From b953796ac83630321ecfb89edbc8a8b8ed19bc02 Mon Sep 17 00:00:00 2001 From: quodos Date: Mon, 4 May 2015 14:09:03 +0200 Subject: [PATCH] Update authentication.rb correct spelling --- lib/gitlab/ldap/authentication.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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