From 90d6d3720496f5a660b6223b9e4d0333e5ba632b Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 2 May 2011 17:39:29 +0000 Subject: [PATCH] Typo Typo Typo --- includes/Skin.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */ -- 2.20.1