From: Aaron Schulz Date: Sat, 29 Aug 2015 00:06:45 +0000 (-0700) Subject: Fixed parser report typo X-Git-Tag: 1.31.0-rc.0~10217 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=868d11684b1ef0c3ed0a1a6ddc5ba1a8f7ca1875;p=lhc%2Fweb%2Fwiklou.git Fixed parser report typo Change-Id: Ia549f4e1932bc1196e840e154b8d6fb0b608d10d --- diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index f538153197..977aebe59a 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 .= 'Dyanmic content: ' . ( $this->mOutput->hasDynamicContent() ? 'true' : 'false' ) . "\n"; + $limitReport .= 'Dynanmic content: ' . ( $this->mOutput->hasDynamicContent() ? 'true' : 'false' ) . "\n"; foreach ( $this->mOutput->getLimitReportData() as $key => $value ) { if ( Hooks::run( 'ParserLimitReportFormat', array( $key, &$value, &$limitReport, false, false )