Commit 6a9aafff authored by Jérome Perrin's avatar Jérome Perrin

typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29363 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 726040ac
......@@ -140,7 +140,7 @@ class FolderMixIn(ExtensionClass.Base):
if allowed_content_type_list:
portal_type = allowed_content_type_list[0].id
else:
raise ValueError('Creaion disallowed')
raise ValueError('Creation disallowed')
else:
type_info = pt.getTypeInfo(container)
if type_info is not None and not type_info.allowType(portal_type) and \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment