Commit c7ce65be authored by Romain Courteaud's avatar Romain Courteaud

Only fix typo.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11616 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bafcae56
......@@ -67,7 +67,7 @@ class CategoryAcquiredMembershipArity(Constraint):
portal_type=portal_type))
if (arity < min_arity) or (arity > max_arity):
# Generate error message
error_message = "Arrity error for relation '%s'" % \
error_message = "Arity error for relation '%s'" % \
base_category
if portal_type is not ():
error_message += " and portal_type: '%s'" % str(portal_type)
......
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