From: Niklas Laxström Date: Wed, 14 Nov 2012 07:43:02 +0000 (+0000) Subject: Typofix X-Git-Tag: 1.31.0-rc.0~21644 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=ac7e23b553a7620fca153a7b1b876377dfb60b7e;p=lhc%2Fweb%2Fwiklou.git Typofix Change-Id: I50bf84c3d7f75f6d2a0f3d4f8e86622486f2be28 --- 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 *