doc/book/en/B0015-define-permissions.en.txt
branchstable
changeset 3144 a5deac822a13
parent 2175 16d3c37c5d28
child 3556 ca16cb416294
--- a/doc/book/en/B0015-define-permissions.en.txt	Wed Sep 09 16:48:39 2009 +0200
+++ b/doc/book/en/B0015-define-permissions.en.txt	Wed Sep 09 17:16:13 2009 +0200
@@ -114,7 +114,7 @@
 	require_group = SubjectRelation('EGroup', cardinality='+*',
 					description=_('groups to which the permission is granted'))
 	require_state = SubjectRelation('State',
-				    description=_("entity'state in which the permission is applyable"))
+				    description=_("entity'state in which the permission is applicable"))
 	# can be used on any entity
 	require_permission = ObjectRelation('**', cardinality='*1', composite='subject',
 					    description=_("link a permission to the entity. This "