summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRobert Schilling <Razer6@users.noreply.github.com>2015-05-04 21:30:03 +0200
committerRobert Schilling <Razer6@users.noreply.github.com>2015-05-04 21:30:03 +0200
commitb1c331a44100d65f933ba87f204bec94a72c07a0 (patch)
treec282ce0eab896bde519d1807058628606f048cad /lib
parent595931580d2c19e5db0525829a542bc436fa0e98 (diff)
parentb953796ac83630321ecfb89edbc8a8b8ed19bc02 (diff)
downloadgitlab-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.rb2
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