From: Kunal Mehta Date: Sat, 29 Aug 2015 04:39:15 +0000 (-0700) Subject: Really actually fix the typo in Parser.php X-Git-Tag: 1.31.0-rc.0~10216 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=commitdiff_plain;h=7a1b87e54350d7e7c4cfe01d50145dcfc1cd64c2;p=lhc%2Fweb%2Fwiklou.git Really actually fix the typo in Parser.php Change-Id: I9d9c6f13095087ac2c2c6693c6bd1613219bf658 --- diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index 977aebe59a..664f0a4be0 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -511,7 +511,7 @@ class Parser { } $limitReport .= 'Cached time: ' . $this->mOutput->getCacheTime() . "\n"; $limitReport .= 'Cache expiry: ' . $this->mOutput->getCacheExpiry() . "\n"; - $limitReport .= 'Dynanmic content: ' . ( $this->mOutput->hasDynamicContent() ? 'true' : 'false' ) . "\n"; + $limitReport .= 'Dynamic content: ' . ( $this->mOutput->hasDynamicContent() ? 'true' : 'false' ) . "\n"; foreach ( $this->mOutput->getLimitReportData() as $key => $value ) { if ( Hooks::run( 'ParserLimitReportFormat', array( $key, &$value, &$limitReport, false, false )