typo propertive -> property

This commit is contained in:
gwen
2014-01-24 09:17:46 +01:00
parent 9d92ab84d7
commit 21a67971c5
3 changed files with 5 additions and 5 deletions

View File

@ -352,7 +352,7 @@ class Settings(object):
raise ValueError(_('opt and all_properties must not be set '
'together in reset'))
if all_properties:
self._p_.reset_all_propertives()
self._p_.reset_all_properties()
else:
if opt is not None and _path is None:
_path = self._get_path_by_opt(opt)