]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-4164 fixed typo
authorpoltawski <poltawski>
Wed, 26 Dec 2007 22:13:26 +0000 (22:13 +0000)
committerpoltawski <poltawski>
Wed, 26 Dec 2007 22:13:26 +0000 (22:13 +0000)
lang/en_utf8/auth.php

index b2e4b9037a78b96f6f9b61eae7b57436cd3698c1..a2253092074a4fc52e341f2e4b135be0c0a7bdad 100644 (file)
@@ -120,7 +120,7 @@ $string['auth_emailnoemail'] = 'Tried to send you an email but failed!';
 
 // FirstClass plugin
 $string['auth_fccreators'] = 'List of groups whose members are allowed to create new courses. Separate multiple groups with \';\'. Names must be spelled exactly as on FirstClass server. System is case-sensitive.';
-$string['auth_fcdescription'] = 'This method uses a FisrtClass server to check whether a given username and password is valid.';
+$string['auth_fcdescription'] = 'This method uses a FirstClass server to check whether a given username and password is valid.';
 $string['auth_fcfppport'] = 'Server port (3333 is the most common)';
 $string['auth_fchost'] = 'The FirstClass server address. Use the IP number or DNS name.';
 $string['auth_fcpasswd'] = 'Password for the account above.';