app/soc/logic/models/role.py
changeset 2676 a7fabd1534f8
parent 2672 7bc9d3b962af
child 3052 6907a33ca0a2
--- a/app/soc/logic/models/role.py	Fri Jul 24 20:49:59 2009 +0200
+++ b/app/soc/logic/models/role.py	Fri Jul 24 20:56:08 2009 +0200
@@ -139,7 +139,7 @@
     # resignation is possible
     return None
 
-  def getRoleLogicsToNotifyUponeNewRequest(self):
+  def getRoleLogicsToNotifyUponNewRequest(self):
     """Returns a list with subclasses of Role Logic which should be notified
     when a new request to obtain this Role arrives.