Merge "Implement static public Parser::getExternalLinkRel"
[lhc/web/wiklou.git] / includes / objectcache / ObjectCache.php
index 83b6016..e4af262 100644 (file)
@@ -141,7 +141,7 @@ class ObjectCache {
         *
         * This always uses the PHP client, since the PECL client has a different
         * hashing scheme and a different interpretation of the flags bitfield, so
-        * switching between the two clients randomly would be disasterous.
+        * switching between the two clients randomly would be disastrous.
         *
         * @param $params array
         *