summaryrefslogtreecommitdiff
path: root/src/ejabberd_auth_ldap.erl
diff options
context:
space:
mode:
authorEvgeny Khramtsov <ekhramtsov@process-one.net>2019-07-16 22:07:39 +0300
committerEvgeny Khramtsov <ekhramtsov@process-one.net>2019-07-16 22:07:39 +0300
commit15b4b3fa1bf97af74c9a2019afc14af2965c66db (patch)
treefb3468029ac30d9d5e422c0e550f927f453a9707 /src/ejabberd_auth_ldap.erl
parentAvoid record duplication (diff)
Fix typos using codespell
Diffstat (limited to 'src/ejabberd_auth_ldap.erl')
-rw-r--r--src/ejabberd_auth_ldap.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ejabberd_auth_ldap.erl b/src/ejabberd_auth_ldap.erl
index 4dfebddc..6966e328 100644
--- a/src/ejabberd_auth_ldap.erl
+++ b/src/ejabberd_auth_ldap.erl
@@ -1,7 +1,7 @@
%%%----------------------------------------------------------------------
%%% File : ejabberd_auth_ldap.erl
%%% Author : Alexey Shchepin <alexey@process-one.net>
-%%% Purpose : Authentification via LDAP
+%%% Purpose : Authentication via LDAP
%%% Created : 12 Dec 2004 by Alexey Shchepin <alexey@process-one.net>
%%%
%%%