From ed089f0fadf7a3ec014743eca3902bed9ecc93fc Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Fri, 5 Nov 2010 09:48:36 +0000 Subject: [PATCH] typo fix --- lang/en/error.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/error.php b/lang/en/error.php index a08cabf6a0a..47c4e4ef772 100755 --- a/lang/en/error.php +++ b/lang/en/error.php @@ -248,7 +248,7 @@ $string['headersent'] = 'Headers already sent'; $string['idnumbertaken'] = 'ID number is already used for another course'; $string['importformatnotimplement'] = 'Sorry, importing this format is not yet implemented!'; $string['incorrectext'] = 'File has an incorrect extension'; -$string['internalauthpassworderror'] = 'Missing passowrd or invalid password policy for internal authentication'; +$string['internalauthpassworderror'] = 'Missing password or invalid password policy for internal authentication'; $string['invalidaccess'] = 'This page was not accessed correctly'; $string['invalidaccessparameter'] = 'Invalid access parameter'; $string['invalidaction'] = 'Invalid action parameter'; -- 2.11.4.GIT