two more typos

This commit is contained in:
Alexandre Emsenhuber 2009-08-04 18:29:08 +00:00
parent c8c86ff503
commit b7b80e7258

View 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: