From d1e3c987c996add061a3ca54eb432269b8e32774 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Wed, 23 Apr 2014 14:20:40 +0000 Subject: [PATCH] Fix typo Change-Id: I724ee18b8413352da8c86e50a9550e62c9531c48 --- includes/parser/ParserOptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.20.1