From: Aaron Schulz Date: Sun, 11 May 2014 09:03:00 +0000 (-0700) Subject: Fixed doc typo X-Git-Tag: 1.31.0-rc.0~15770^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=a07929b11909b6802c0e7e79b8fb0c88f862d58c;p=lhc%2Fweb%2Fwiklou.git Fixed doc typo Change-Id: I4c81dc62c241e1c32cbda996323d082c8b2d48a3 --- diff --git a/includes/poolcounter/PoolCounterRedis.php b/includes/poolcounter/PoolCounterRedis.php index 4f6b7954fb..093fe49484 100644 --- a/includes/poolcounter/PoolCounterRedis.php +++ b/includes/poolcounter/PoolCounterRedis.php @@ -45,7 +45,7 @@ * Also this should be on a server plenty of RAM for the working set to avoid evictions. * Evictions could temporarily allow wait queues to double in size or temporarily cause * pools to appear as full when they are not. Using volatile-ttl and bumping memory-samples - * and redis.conf can be helpful otherwise. + * in redis.conf can be helpful otherwise. * * @ingroup Redis * @since 1.23