aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/auth/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/auth/views.py')
-rw-r--r--mediagoblin/auth/views.py2
1 files changed, 1 insertions, 1 deletions
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')