From dc1cd8abe3290512ac99feba3f2280bd3c0bfc25 Mon Sep 17 00:00:00 2001
From: Laura Hild <lshild@wm.edu>
Date: Mon, 15 Dec 2014 09:46:31 -0500
Subject: [PATCH] Fix a message typo in Auth/LDAP.php

---
 module/VuFind/src/VuFind/Auth/LDAP.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/VuFind/src/VuFind/Auth/LDAP.php b/module/VuFind/src/VuFind/Auth/LDAP.php
index 465b3a3bc1f..93e606b88f6 100644
--- a/module/VuFind/src/VuFind/Auth/LDAP.php
+++ b/module/VuFind/src/VuFind/Auth/LDAP.php
@@ -58,7 +58,7 @@ class LDAP extends AbstractBase
                 || empty($this->config->LDAP->$param)
             ) {
                 throw new AuthException(
-                    "One or more LDAP parameter are missing. Check your config.ini!"
+                    "One or more LDAP parameters are missing. Check your config.ini!"
                 );
             }
         }
-- 
GitLab