From 2a414284a92c0caf5842c7703403260fed2f2eba Mon Sep 17 00:00:00 2001
From: Romain Courteaud <romain@nexedi.com>
Date: Wed, 20 Sep 2006 08:49:48 +0000
Subject: [PATCH] Fix typo.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10199 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/Constraint/CategoryMembershipArity.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5Type/Constraint/CategoryMembershipArity.py b/product/ERP5Type/Constraint/CategoryMembershipArity.py
index 0a95c07df0..872fc0507c 100644
--- a/product/ERP5Type/Constraint/CategoryMembershipArity.py
+++ b/product/ERP5Type/Constraint/CategoryMembershipArity.py
@@ -64,7 +64,7 @@ class CategoryMembershipArity(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)
-- 
2.30.9