schemas/bootstrap.py
changeset 4467 0e73d299730a
parent 4319 3b72c7e6149d
child 4535 71c86a315a9a
--- a/schemas/bootstrap.py	Fri Feb 05 11:54:23 2010 +0100
+++ b/schemas/bootstrap.py	Fri Feb 05 11:56:57 2010 +0100
@@ -33,7 +33,7 @@
                   unique=True, maxsize=64)
     description = RichString(internationalizable=True,
                              description=_('semantic description of this relation type'))
-    symetric = Boolean(description=_('is this relation equivalent in both direction ?'))
+    symmetric = Boolean(description=_('is this relation equivalent in both direction ?'))
     inlined = Boolean(description=_('is this relation physically inlined? you should know what you\'re doing if you are changing this!'))
     fulltext_container = String(description=_('if full text content of subject/object entity '
                                               'should be added to other side entity (the container).'),