From 7ea2901d2bfbac6a5e270de71086c6496e712f1d Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 28 Jul 2011 13:43:47 -0500 Subject: [PATCH] Cleaning up configuration comments. --- application/config/cache.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/config/cache.php b/application/config/cache.php index 65ac2602..7c6bf32e 100644 --- a/application/config/cache.php +++ b/application/config/cache.php @@ -23,7 +23,7 @@ | Cache Key |-------------------------------------------------------------------------- | - | This key will be prepended to items stored using Memcached and APC to + | This key will be prepended to item keys stored using Memcached and APC to | prevent collisions with other applications on the server. | */ @@ -35,7 +35,7 @@ | Memcached Servers |-------------------------------------------------------------------------- | - | Here you can define the Memcached servers used by your application. + | The Memcached servers used by your application. | | Memcached is a free and open source, high-performance, distributed memory | object caching system, generic in nature, but intended for use in speeding