Fixed doc typo
authorAaron Schulz <aschulz@wikimedia.org>
Sun, 11 May 2014 09:03:00 +0000 (02:03 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Sun, 11 May 2014 09:03:00 +0000 (02:03 -0700)
Change-Id: I4c81dc62c241e1c32cbda996323d082c8b2d48a3

includes/poolcounter/PoolCounterRedis.php

index 4f6b795..093fe49 100644 (file)
@@ -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