]> git.mjollnir.org Git - moodle.git/commitdiff
Auth: Typo fix: exprire -> expire MDL-8151
authordonal72 <donal72>
Tue, 23 Jan 2007 21:35:08 +0000 (21:35 +0000)
committerdonal72 <donal72>
Tue, 23 Jan 2007 21:35:08 +0000 (21:35 +0000)
lang/en_utf8/auth.php

index 8d95d01c46356b92821a3c85cbdace4fa2be9ce7..ec9e026d9520be12ee126430c64757b5c82852dc 100644 (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';