From: jenkins-bot Date: Fri, 30 May 2014 16:20:43 +0000 (+0000) Subject: Merge "Fix typo" X-Git-Tag: 1.31.0-rc.0~15534 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=19a38526f390cfdc6a6061cc055fc7f13167bf03;hp=25f051d22716dff6788a7154812a7a756429dd36;p=lhc%2Fweb%2Fwiklou.git Merge "Fix typo" --- diff --git a/includes/parser/ParserOptions.php b/includes/parser/ParserOptions.php index fa73cf29d2..90617b30e1 100644 --- a/includes/parser/ParserOptions.php +++ b/includes/parser/ParserOptions.php @@ -663,7 +663,7 @@ class ParserOptions { * Generate a hash string with the values set on these ParserOptions * for the keys given in the array. * This will be used as part of the hash key for the parser cache, - * so users sharign the options with vary for the same page share + * so users sharing the options with vary for the same page share * the same cached data safely. * * Extensions which require it should install 'PageRenderingHash' hook,