diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-10-23 12:38:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-23 12:38:40 -0400 |
commit | 34a5696f9338f1a1ec52203e3871a797a02138a9 (patch) | |
tree | 2a36c0a8365cb0024c3c09aa1b5762b9fdbcbd22 /synapse/static | |
parent | Fix handling of User-Agent headers with bad utf-8. (#8632) (diff) | |
download | synapse-34a5696f9338f1a1ec52203e3871a797a02138a9.tar.xz |
Fix typos and spelling errors. (#8639)
Diffstat (limited to 'synapse/static')
-rw-r--r-- | synapse/static/client/login/js/login.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/static/client/login/js/login.js b/synapse/static/client/login/js/login.js index 3678670ec7..744800ec77 100644 --- a/synapse/static/client/login/js/login.js +++ b/synapse/static/client/login/js/login.js @@ -182,7 +182,7 @@ matrixLogin.passwordLogin = function() { }; /* - * The onLogin function gets called after a succesful login. + * The onLogin function gets called after a successful login. * * It is expected that implementations override this to be notified when the * login is complete. The response to the login call is provided as the single |