diff -r b53fa1e05dbd -r 8d3a7e8d88bd app/soc/logic/models/user.py --- 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()