# HG changeset patch # User Lennard de Rijk # Date 1231596878 0 # Node ID 126a1ef235ec12452bee90d65e899aeb43f24603 # Parent 8914adaa93a7dd67e1f75ec3e3feacabced4100d Fixed a typo in the comment in helper/access.py. Patch by: Lennard de Rijk diff -r 8914adaa93a7 -r 126a1ef235ec app/soc/views/helper/access.py --- a/app/soc/views/helper/access.py Sat Jan 10 13:50:41 2009 +0000 +++ b/app/soc/views/helper/access.py Sat Jan 10 14:14:38 2009 +0000 @@ -365,7 +365,7 @@ deny(request) def checkIsMyApplication(request): - """Returns an alternate HTTP response if this request is for a Notification belonging + """Returns an alternate HTTP response if this request is for a Application belonging to the current user. Args: @@ -375,7 +375,7 @@ AccessViolationResponse: if the required authorization is not met Returns: - None if the current User is allowed to access this Notification. + None if the current User is allowed to access this Application. """ try: