From: poltawski Date: Tue, 26 Jun 2007 21:17:56 +0000 (+0000) Subject: MDL-10264 - fixed typo X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4fa94a5639887cf3de8d2494471d1fdeea86c32f;p=moodle.git MDL-10264 - fixed typo --- diff --git a/lib/moodlelib.php b/lib/moodlelib.php index faa003a177..90c00a7363 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -1678,7 +1678,7 @@ function require_login($courseorid=0, $autologinguest=true, $cm=null) { } } } else { - error(get_strin('nopasswordchangeforced', 'auth')); + error(get_string('nopasswordchangeforced', 'auth')); } }