diff --git a/includes/parser/ParserOutput.php b/includes/parser/ParserOutput.php index 8c1ff2b1213..8f8b637beff 100644 --- a/includes/parser/ParserOutput.php +++ b/includes/parser/ParserOutput.php @@ -2081,7 +2081,7 @@ class ParserOutput extends CacheTime implements ContentMetadataCollector { if ( $sourceTocData !== null ) { // T327429: Section merging is broken, since it doesn't respect // global numbering, but there are tests which expect section - // metadata to be concatendated. + // metadata to be concatenated. // There should eventually be a deprecation warning here. foreach ( $sourceTocData->getSections() as $s ) { $tocData->addSection( $s );