# HG changeset patch # User Lennard de Rijk # Date 1238441803 0 # Node ID a21ee5f0591d1476c1958709451c8f0236cdbdd7 # Parent 1f276091b42a1c7af9d3a2f9606c541a9e3af8f8 Fixed typo in docstring for logic/models/base.py Patch by: Lennard de Rijk Reviewed by: to-be-reviewed diff -r 1f276091b42a -r a21ee5f0591d app/soc/logic/models/base.py --- a/app/soc/logic/models/base.py Mon Mar 30 19:35:44 2009 +0000 +++ b/app/soc/logic/models/base.py Mon Mar 30 19:36:43 2009 +0000 @@ -369,7 +369,7 @@ properties = self._model.properties() for name, prop in properties.iteritems(): - # if the property is not updatable or is not updated, skip it + # if the property is not updateable or is not updated, skip it if name in self._skip_properties or (name not in entity_properties): continue