From: ikawhero Date: Thu, 20 Jul 2006 01:33:11 +0000 (+0000) Subject: Fixed typo. Merged from stable. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9f76a845ffb64e1d2c3786c3ea73e20b250fb42a;p=moodle.git Fixed typo. Merged from stable. --- diff --git a/lang/en_utf8/auth.php b/lang/en_utf8/auth.php index 95d19a1a12..c024242294 100644 --- a/lang/en_utf8/auth.php +++ b/lang/en_utf8/auth.php @@ -53,7 +53,7 @@ $string['auth_imaphost'] = 'The IMAP server address. Use the IP number, not DNS $string['auth_imapport'] = 'IMAP server port number. Usually this is 143 or 993.'; $string['auth_imaptitle'] = 'Use an IMAP server'; $string['auth_imaptype'] = 'The IMAP server type. IMAP servers can have different types of authentication and negotiation.'; -$string['auth_ldap_bind_dn'] = 'If you want to use bind-user to search users, specify it here. Someting like \'cn=ldapuser,ou=public,o=org\''; +$string['auth_ldap_bind_dn'] = 'If you want to use bind-user to search users, specify it here. Something like \'cn=ldapuser,ou=public,o=org\''; $string['auth_ldap_bind_pw'] = 'Password for bind-user.'; $string['auth_ldap_bind_settings'] = 'Bind settings'; $string['auth_ldap_contexts'] = 'List of contexts where users are located. Separate different contexts with \';\'. For example: \'ou=users,o=org; ou=others,o=org\'';