# HG changeset patch # User Lennard de Rijk # Date 1235736289 0 # Node ID 5d23f0160fcdc896063276a3de885efdf09930fa # Parent 60e0a164a8673fd23c7040ffec3d591bee8ec428 Fixed typo in soc/models/group_app. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed diff -r 60e0a164a867 -r 5d23f0160fcd app/soc/models/group_app.py --- a/app/soc/models/group_app.py Fri Feb 27 11:48:12 2009 +0000 +++ b/app/soc/models/group_app.py Fri Feb 27 12:04:49 2009 +0000 @@ -95,7 +95,7 @@ 'What criteria do you use to select the members of your group?' ' Please be as specific as possible.')) member_criteria.help_text = ugettext( - 'Members include mentors, admininstrators, and the like.') + 'Members include mentors, administrators, and the like.') # property containing the status of the application # completed means that the application has been processed into a real group