From ac7e23b553a7620fca153a7b1b876377dfb60b7e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Wed, 14 Nov 2012 07:43:02 +0000 Subject: [PATCH] Typofix Change-Id: I50bf84c3d7f75f6d2a0f3d4f8e86622486f2be28 --- includes/objectcache/ObjectCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/objectcache/ObjectCache.php b/includes/objectcache/ObjectCache.php index 83b6016401..e4af26291b 100644 --- a/includes/objectcache/ObjectCache.php +++ b/includes/objectcache/ObjectCache.php @@ -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 * -- 2.20.1