Fixing tyop. Thanks for catching, tryggvib :)
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 4 Sep 2013 21:01:21 +0000 (16:01 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 4 Sep 2013 21:01:21 +0000 (16:01 -0500)
mediagoblin/auth/views.py

index dd71d5c1c8a1e215c23bd788293aa09c8a6f844b..d114833cbe72c9c87dbac0e3af769da6d9348f55 100644 (file)
@@ -338,7 +338,7 @@ def verify_forgot_password(request):
         messages.add_message(
             request, messages.ERROR,
             _('You are no longer an active user. Please contact the system'
-              ' admin to reactivate your accoutn.'))
+              ' admin to reactivate your account.'))
 
     return redirect(
         request, 'index')