From 868d11684b1ef0c3ed0a1a6ddc5ba1a8f7ca1875 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 28 Aug 2015 17:06:45 -0700 Subject: [PATCH] Fixed parser report typo Change-Id: Ia549f4e1932bc1196e840e154b8d6fb0b608d10d --- includes/parser/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.20.1