From: Alexandre Emsenhuber Date: Mon, 2 May 2011 17:39:29 +0000 (+0000) Subject: Typo Typo Typo X-Git-Tag: 1.31.0-rc.0~30455 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=90d6d3720496f5a660b6223b9e4d0333e5ba632b;p=lhc%2Fweb%2Fwiklou.git Typo Typo Typo --- diff --git a/includes/Skin.php b/includes/Skin.php index e7fff76ad4..b473cd8626 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -375,9 +375,9 @@ abstract class Skin { /** * Generated JavaScript action=raw&gen=js * This used to load MediaWiki:Common.js and the skin-specific style - * before the RessourceLoader. + * before the ResourceLoader. * - * @deprecated Use the RessourceLoader instead. This may be removed at some + * @deprecated Use the ResourceLoader instead. This may be removed at some * point. * @param $skinName String: If set, overrides the skin name * @return String @@ -389,7 +389,7 @@ abstract class Skin { /** * Generate user stylesheet for action=raw&gen=css * - * @deprecated Use the RessourceLoader instead. This may be removed at some + * @deprecated Use the ResourceLoader instead. This may be removed at some * point. * @return String */