From 5738838e9314abe46170187b32e51c351cb8ccaa Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Wed, 4 Sep 2013 16:01:21 -0500 Subject: [PATCH] Fixing tyop. Thanks for catching, tryggvib :) --- mediagoblin/auth/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mediagoblin/auth/views.py b/mediagoblin/auth/views.py index dd71d5c1..d114833c 100644 --- a/mediagoblin/auth/views.py +++ b/mediagoblin/auth/views.py @@ -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') -- 2.25.1