Fixed typo in checkStudentProjectHasStatus docstring.
authorLennard de Rijk <ljvderijk@gmail.com>
Fri, 10 Apr 2009 15:24:43 +0000
changeset 2145 ea919c2dfe41
parent 2144 725d9afb6572
child 2146 57c74ce47fa3
Fixed typo in checkStudentProjectHasStatus docstring. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
app/soc/views/helper/access.py
--- a/app/soc/views/helper/access.py	Fri Apr 10 15:22:38 2009 +0000
+++ b/app/soc/views/helper/access.py	Fri Apr 10 15:24:43 2009 +0000
@@ -1399,7 +1399,7 @@
 
   @allowDeveloper
   def checkStudentProjectHasStatus(self, django_args, allowed_status):
-    """Checks whether the Project has one of the given statusses.
+    """Checks whether the Project has one of the given statuses.
 
     Args:
       django_args: a dictionary with django's arguments