# HG changeset patch # User Lennard de Rijk # Date 1239377083 0 # Node ID ea919c2dfe41fc4778d207828a6aefb7787ae862 # Parent 725d9afb65725d97b967b15aa21d586f466661cd Fixed typo in checkStudentProjectHasStatus docstring. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed diff -r 725d9afb6572 -r ea919c2dfe41 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