From 224e3f8b1b2537356032f2644d8817719f28e550 Mon Sep 17 00:00:00 2001 From: jeroendedauw Date: Fri, 25 Jan 2013 16:51:49 +0100 Subject: [PATCH] Fixed typo Change-Id: I3669e3bc6af93330173fc27e0c61589d9a24cada --- includes/content/AbstractContent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/content/AbstractContent.php b/includes/content/AbstractContent.php index cab65a5f4c..85cd79c978 100644 --- a/includes/content/AbstractContent.php +++ b/includes/content/AbstractContent.php @@ -214,7 +214,7 @@ abstract class AbstractContent implements Content { * resulting ParserOutput object. * * Subclasses may override this to determine the secondary data updates more - * efficiently, preferrably without the need to generate a parser output object. + * efficiently, preferably without the need to generate a parser output object. * * @see Content::getSecondaryDataUpdates() * -- 2.20.1