Really actually fix the typo in Parser.php
authorKunal Mehta <legoktm@gmail.com>
Sat, 29 Aug 2015 04:39:15 +0000 (21:39 -0700)
committerKunal Mehta <legoktm@gmail.com>
Sat, 29 Aug 2015 04:39:15 +0000 (21:39 -0700)
Change-Id: I9d9c6f13095087ac2c2c6693c6bd1613219bf658

includes/parser/Parser.php

index 977aebe..664f0a4 100644 (file)
@@ -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 )