From 2541d297cf7e7bba61fa2c010d26faef1d4be629 Mon Sep 17 00:00:00 2001 From: donal72 Date: Tue, 23 Jan 2007 21:35:08 +0000 Subject: [PATCH] Auth: Typo fix: exprire -> expire MDL-8151 --- lang/en_utf8/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/auth.php b/lang/en_utf8/auth.php index 8d95d01c46..ec9e026d95 100644 --- a/lang/en_utf8/auth.php +++ b/lang/en_utf8/auth.php @@ -167,7 +167,7 @@ $string['auth_ldap_objectclass_key'] = 'Object class'; $string['auth_ldap_changepasswordurl_key'] = 'Password-change URL'; $string['auth_ldap_expiration_key'] = 'Expiration'; $string['auth_ldap_expiration_warning_key'] = 'Expiration warning'; -$string['auth_ldap_exprireattr_key'] = 'Expiration attribute'; +$string['auth_ldap_expireattr_key'] = 'Expiration attribute'; $string['auth_ldap_gracelogins_key'] = 'Grace logins'; $string['auth_ldap_gracelogin_key'] = 'Grace login attribute'; $string['auth_ldap_auth_user_create_key'] = 'Create users externally'; -- 2.39.5