X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=includes%2Fdebug%2FMWDebug.php;h=e8778362ec49d77de57fb26b6476c510c56f83b4;hb=82d525ad782ffb6890864e8ed8ec4764428f9522;hp=ae7f948f29074931503a26c416c27373518fb668;hpb=d4cc4f2b4f20725725a9345c7a4b7906e5aa66d2;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/debug/MWDebug.php b/includes/debug/MWDebug.php index ae7f948f29..e8778362ec 100644 --- a/includes/debug/MWDebug.php +++ b/includes/debug/MWDebug.php @@ -185,7 +185,7 @@ class MWDebug { * @param string $function Function that is deprecated. * @param string|bool $version Version in which the function was deprecated. * @param string|bool $component Component to which the function belongs. - * If false, it is assumbed the function is in MediaWiki core. + * If false, it is assumed the function is in MediaWiki core. * @param int $callerOffset How far up the callstack is the original * caller. 2 = function that called the function that called * MWDebug::deprecated() (Added in 1.20).