From: jeroendedauw Date: Fri, 25 Jan 2013 15:51:49 +0000 (+0100) Subject: Fixed typo X-Git-Tag: 1.31.0-rc.0~20916^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=224e3f8b1b2537356032f2644d8817719f28e550;p=lhc%2Fweb%2Fwiklou.git Fixed typo Change-Id: I3669e3bc6af93330173fc27e0c61589d9a24cada --- 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() *