diff --git a/horizon/templates/not_authorized.html b/horizon/templates/not_authorized.html
index 87e1fffbec..75f3e086d5 100644
--- a/horizon/templates/not_authorized.html
+++ b/horizon/templates/not_authorized.html
@@ -5,6 +5,6 @@
{% block title %}{% trans "Unauthorized. Please try logging in again." %}{% endblock %}
{% block main %}
- {% trans "You are mot authorized to access this page" %}
+ {% trans "You are not authorized to access this page" %}
{% trans "Login" %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}