Fixed typo
authorjeroendedauw <jeroendedauw@gmail.com>
Fri, 25 Jan 2013 15:51:49 +0000 (16:51 +0100)
committerjeroendedauw <jeroendedauw@gmail.com>
Fri, 25 Jan 2013 15:51:49 +0000 (16:51 +0100)
Change-Id: I3669e3bc6af93330173fc27e0c61589d9a24cada

includes/content/AbstractContent.php

index cab65a5..85cd79c 100644 (file)
@@ -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()
         *