diff --git a/get_together/templates/get_together/users/login.html b/get_together/templates/get_together/users/login.html
index 5ea0672..96815fc 100644
--- a/get_together/templates/get_together/users/login.html
+++ b/get_together/templates/get_together/users/login.html
@@ -13,7 +13,7 @@
{% if settings.SOCIAL_AUTH_GOOGLE_OAUTH2_KEY %} Google{% endif %}
- {% if settings.SOCIAL_AUTH_FACEBOOK_KEY %} Faceboook{% endif %}
+ {% if settings.SOCIAL_AUTH_FACEBOOK_KEY %} Facebook{% endif %}
{% if settings.SOCIAL_AUTH_TWITTER_KEY %}{% endif %}
{% comment %}{% if settings.SOCIAL_AUTH_LINKEDIN_KEY %} LinkedIn{% endif %}{% endcomment %}
{% if settings.SOCIAL_AUTH_GITHUB_KEY %} GitHub{% endif %}