summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/js
diff options
context:
space:
mode:
authorCôme Chilliet <91878298+come-nc@users.noreply.github.com>2022-11-22 16:47:42 +0100
committerGitHub <noreply@github.com>2022-11-22 16:47:42 +0100
commit911967867fe4fb29641afd85cee3f43c41b36adb (patch)
treee9a42c9ba61f8573f06bc92e6e52fcb87d9fc7d6 /apps/user_ldap/js
parentc323022d06a2fb76745e626452ea035121f35ca9 (diff)
parent603feb98f24c92992da025255b0e125ad9d169ba (diff)
downloadnextcloud-server-911967867fe4fb29641afd85cee3f43c41b36adb.tar.gz
nextcloud-server-911967867fe4fb29641afd85cee3f43c41b36adb.zip
Merge branch 'master' into ldapi-unix-socket-support
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Diffstat (limited to 'apps/user_ldap/js')
-rw-r--r--apps/user_ldap/js/wizard/view.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/js/wizard/view.js b/apps/user_ldap/js/wizard/view.js
index 30a00d614cc..8a530c17e4f 100644
--- a/apps/user_ldap/js/wizard/view.js
+++ b/apps/user_ldap/js/wizard/view.js
@@ -40,7 +40,7 @@ OCA = OCA || {};
},
/**
- * applies click events to the forward and backword buttons
+ * applies click events to the forward and backward buttons
*/
initControls: function() {
var view = this;