From: Niklas Laxström Date: Wed, 23 Apr 2014 14:20:40 +0000 (+0000) Subject: Fix typo X-Git-Tag: 1.31.0-rc.0~15534^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/categories/modifier.php?a=commitdiff_plain;h=d1e3c987c996add061a3ca54eb432269b8e32774;p=lhc%2Fweb%2Fwiklou.git Fix typo Change-Id: I724ee18b8413352da8c86e50a9550e62c9531c48 --- diff --git a/includes/parser/ParserOptions.php b/includes/parser/ParserOptions.php index 7c84b6734b..5e206fa556 100644 --- a/includes/parser/ParserOptions.php +++ b/includes/parser/ParserOptions.php @@ -471,7 +471,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,