From a7f9e22da6b49c6c5d12bc7f7c031673ddb67ccd Mon Sep 17 00:00:00 2001 From: poltawski Date: Wed, 26 Dec 2007 22:13:26 +0000 Subject: [PATCH] MDL-4164 fixed typo --- lang/en_utf8/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/auth.php b/lang/en_utf8/auth.php index b2e4b9037a..a225309207 100644 --- a/lang/en_utf8/auth.php +++ b/lang/en_utf8/auth.php @@ -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.'; -- 2.39.5