MDL-10264 - fixed typo

This commit is contained in:
poltawski
2007-06-26 21:17:56 +00:00
parent ac48e43a89
commit 4fa94a5639
+1 -1
View File
@@ -1678,7 +1678,7 @@ function require_login($courseorid=0, $autologinguest=true, $cm=null) {
}
}
} else {
error(get_strin('nopasswordchangeforced', 'auth'));
error(get_string('nopasswordchangeforced', 'auth'));
}
}