app/soc/logic/helper/request.py
changeset 945 54ee340ac14d
parent 928 df051fc9d7a1
child 955 b00251a6b9f9
--- a/app/soc/logic/helper/request.py	Sat Jan 24 10:19:17 2009 +0000
+++ b/app/soc/logic/helper/request.py	Sat Jan 24 10:56:18 2009 +0000
@@ -26,7 +26,7 @@
 
 
 def completeRequestForRole(role_entity, role_name):
-  """Marks the request that leads to the given role_entity as completly accepted.
+  """Marks the request that leads to the given role_entity as completed.
   
   Args:
     role_entity : A datastore entity that is either a role or a subclass of the role model