Fix typo
authorNiklas Laxström <niklas.laxstrom@gmail.com>
Wed, 23 Apr 2014 14:20:40 +0000 (14:20 +0000)
committerNiklas Laxström <niklas.laxstrom@gmail.com>
Wed, 23 Apr 2014 14:20:40 +0000 (14:20 +0000)
Change-Id: I724ee18b8413352da8c86e50a9550e62c9531c48

includes/parser/ParserOptions.php

index 7c84b67..5e206fa 100644 (file)
@@ -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,