diff options
author | quodos <thomas@web-wack.at> | 2015-05-04 14:09:03 +0200 |
---|---|---|
committer | quodos <thomas@web-wack.at> | 2015-05-04 14:09:03 +0200 |
commit | b953796ac83630321ecfb89edbc8a8b8ed19bc02 (patch) | |
tree | 64784b9cdb2e29d40dd4af90d4a5182587cd43c7 /lib | |
parent | f4d05dcc90dd423db3c9e7798ad3cd9e48cd886b (diff) | |
download | gitlab-ce-b953796ac83630321ecfb89edbc8a8b8ed19bc02.tar.gz |
Update authentication.rb
correct spelling
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/ldap/authentication.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/ldap/authentication.rb b/lib/gitlab/ldap/authentication.rb index 649cf3194b8..bad683c6511 100644 --- a/lib/gitlab/ldap/authentication.rb +++ b/lib/gitlab/ldap/authentication.rb @@ -1,4 +1,4 @@ -# This calls helps to authenticate to LDAP by providing username and password +# These calls help to authenticate to LDAP by providing username and password # # Since multiple LDAP servers are supported, it will loop through all of them # until a valid bind is found |