diff options
author | Robert Schilling <Razer6@users.noreply.github.com> | 2015-05-04 21:30:03 +0200 |
---|---|---|
committer | Robert Schilling <Razer6@users.noreply.github.com> | 2015-05-04 21:30:03 +0200 |
commit | b1c331a44100d65f933ba87f204bec94a72c07a0 (patch) | |
tree | c282ce0eab896bde519d1807058628606f048cad /lib | |
parent | 595931580d2c19e5db0525829a542bc436fa0e98 (diff) | |
parent | b953796ac83630321ecfb89edbc8a8b8ed19bc02 (diff) | |
download | gitlab-ce-b1c331a44100d65f933ba87f204bec94a72c07a0.tar.gz |
Merge pull request #9238 from quodos/master
Update spelling in comments in authentication.rb
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 |