From 08aa4418c30cfc18ccc69a0f0f9cb9e17be6c196 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Mon, 12 Aug 2013 09:28:15 +0200 Subject: Update to MediaWiki 1.21.1 --- includes/Init.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/Init.php') diff --git a/includes/Init.php b/includes/Init.php index a8540f2c..66f9544d 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 -- cgit v1.2.2