From a07929b11909b6802c0e7e79b8fb0c88f862d58c Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sun, 11 May 2014 02:03:00 -0700 Subject: [PATCH] Fixed doc typo Change-Id: I4c81dc62c241e1c32cbda996323d082c8b2d48a3 --- includes/poolcounter/PoolCounterRedis.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1