]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-10264 - fixed typo
authorpoltawski <poltawski>
Tue, 26 Jun 2007 21:17:56 +0000 (21:17 +0000)
committerpoltawski <poltawski>
Tue, 26 Jun 2007 21:17:56 +0000 (21:17 +0000)
lib/moodlelib.php

index faa003a1770dd18cae2e43cf6f6c88ab1fd441d6..90c00a7363bcceb457de784e25e775b7af109af9 100644 (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'));
         }
     }