Fixed a typo in the comment in helper/access.py.
authorLennard de Rijk <ljvderijk@gmail.com>
Sat, 10 Jan 2009 14:14:38 +0000
changeset 796 126a1ef235ec
parent 795 8914adaa93a7
child 797 0bc3f950d7cf
Fixed a typo in the comment in helper/access.py. Patch by: Lennard de Rijk
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: