From ed742fa847a59f2bb53dee748df13625e9dec634 Mon Sep 17 00:00:00 2001 From: Caleb Anderson Date: Sun, 27 Sep 2015 01:10:01 -0600 Subject: [PATCH] small typo fix --- zproject/local_settings_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zproject/local_settings_template.py b/zproject/local_settings_template.py index a81e7c7978..60eaadcdf5 100644 --- a/zproject/local_settings_template.py +++ b/zproject/local_settings_template.py @@ -28,7 +28,7 @@ AUTHENTICATION_BACKENDS = ( # that allows redirects to # e.g. https://zulip.example.com/accounts/login/google/done/ put your # client secret as "google_oauth2_client_secret" in -# zulip-secrets.conf, and your cleitn ID here: +# zulip-secrets.conf, and your client ID here: # GOOGLE_OAUTH2_CLIENT_ID= # If you are using the ZulipRemoteUserBackend authentication backend,