Fixed typo in checkStudentProjectHasStatus docstring.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
--- 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