Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <Razer6@users.noreply.github.com>2015-05-04 22:30:03 +0300
committerRobert Schilling <Razer6@users.noreply.github.com>2015-05-04 22:30:03 +0300
commitb1c331a44100d65f933ba87f204bec94a72c07a0 (patch)
treec282ce0eab896bde519d1807058628606f048cad
parent595931580d2c19e5db0525829a542bc436fa0e98 (diff)
parentb953796ac83630321ecfb89edbc8a8b8ed19bc02 (diff)
Merge pull request #9238 from quodos/master
Update spelling in comments in authentication.rb
-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