]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-8443
authorthepurpleblob <thepurpleblob>
Wed, 14 Feb 2007 15:31:07 +0000 (15:31 +0000)
committerthepurpleblob <thepurpleblob>
Wed, 14 Feb 2007 15:31:07 +0000 (15:31 +0000)
Fixed Typo.

auth/ldap/config.html

index 8b946ed71ef6f183886ef73cbd38742847aac24b..b7a23fd4c4841439d17f6dcfd101431fff8f8de6 100644 (file)
@@ -315,7 +315,7 @@ if (!function_exists('ldap_connect')) { // Is php4-ldap really there?
 </tr>
 
 <tr valign="top" class="required">
-    <td align="right"><?php  print_string('auth_ldap_exprireattr_key','auth') ?>:</td>
+    <td align="right"><?php  print_string('auth_ldap_expireattr_key','auth') ?>:</td>
     <td>
     <input name="expireattr" type="text" size="30" value="<?php echo $config->expireattr?>" />
     <?php  if (isset($err['expireattr'])) formerr($err['expireattr']);