From 3eb0bbad9975f5352a659fc32e998bffce30bd88 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 19 May 2016 20:21:36 +0000 Subject: Bug 1262039 - typo in error message "Failed to retreive components..." --- Bugzilla/Auth/Verify/LDAP.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Auth/Verify/LDAP.pm b/Bugzilla/Auth/Verify/LDAP.pm index 0f10f9fbf..9d438e411 100644 --- a/Bugzilla/Auth/Verify/LDAP.pm +++ b/Bugzilla/Auth/Verify/LDAP.pm @@ -111,7 +111,7 @@ sub check_credentials { if ($mail_attr) { if (!$user_entry->exists($mail_attr)) { return { failure => AUTH_ERROR, - error => "ldap_cannot_retreive_attr", + error => "ldap_cannot_retrieve_attr", details => {attr => $mail_attr} }; } -- cgit v1.2.3-24-g4f1b