app/soc/logic/models/user.py
changeset 1193 8d3a7e8d88bd
parent 1192 b53fa1e05dbd
child 1242 c5ca70606850
--- a/app/soc/logic/models/user.py	Mon Feb 02 21:46:01 2009 +0000
+++ b/app/soc/logic/models/user.py	Mon Feb 02 21:48:37 2009 +0000
@@ -62,8 +62,8 @@
   def getForCurrentAccount(self):
     """Retrieves the user entity for the currently logged in account.
 
-    If there is no user logged in, or they have no associated User
-    entity, None is returend.
+    If there is no user logged in, or they have no valid associated User
+    entity, None is returned.
     """
 
     account = users.get_current_user()