Fixed a typo in getForCurrentAccount comment.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
--- 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()