X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FInit.php;h=66f9544d4736f98dd0a4ac10ac967b3366dc8f38;hb=b809d516dbb7bbf3b2017e8436b4f26477355f79;hp=a8540f2c4735df6f300d97623af4751461c48d59;hpb=a0aa7557fe5e2b6fd2d0a9832d7eddf851f7100f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Init.php b/includes/Init.php index a8540f2c47..66f9544d47 100644 --- a/includes/Init.php +++ b/includes/Init.php @@ -120,7 +120,7 @@ class MWInit { * * require( MWInit::extSetupPath( 'ParserFunctions/ParserFunctions.php' ) ); * - * @param $extRel string The path relative to the extensions directory, as defined by + * @param string $extRel The path relative to the extensions directory, as defined by * $wgExtensionsDirectory. * * @return string @@ -173,7 +173,7 @@ class MWInit { } /** - * Determine wether a method exists within a class, using a method which works + * Determine whether a method exists within a class, using a method which works * under HipHop. * * Note that under HipHop when method_exists is given a string for it's class