two more typos
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 4 Aug 2009 18:29:08 +0000 (18:29 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Tue, 4 Aug 2009 18:29:08 +0000 (18:29 +0000)
mwScriptLoader.php

index e307938..527831e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * mvwScriptLoader.php
+ * mwScriptLoader.php
  * Script Loading Library for MediaWiki
  *
  * @file
@@ -32,7 +32,7 @@ wfProfileIn( 'mvwScriptLoader.php' );
 
 if( strpos( wfGetScriptUrl(), "mwScriptLoader.php" ) === false ){
        wfHttpError( 403, 'Forbidden',
-               'mvwScriptLoader must be accessed through the primary script entry point.' );
+               'mwScriptLoader must be accessed through the primary script entry point.' );
        return;
 }
 // Verify the script loader is on: