Auth: Typo fix: exprire -> expire MDL-8151

This commit is contained in:
donal72
2007-01-23 21:35:08 +00:00
parent cdf2232920
commit 2541d297cf
+1 -1
View File
@@ -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';