Fixing some typos

This commit is contained in:
Jose Lorenzo Rodriguez 2012-03-26 00:29:02 -04:30
parent 945925bdb9
commit cf2b6acd71
4 changed files with 4 additions and 4 deletions

View file

@ -156,7 +156,7 @@ class ApcEngine extends CacheEngine {
/**
* Increments the group value to simulate deletion of all keys under a group
* old values will remain in sotrage until they expire.
* old values will remain in storage until they expire.
*
* @return boolean success
**/

View file

@ -264,7 +264,7 @@ class MemcacheEngine extends CacheEngine {
/**
* Increments the group value to simulate deletion of all keys under a group
* old values will remain in sotrage until they expire.
* old values will remain in storage until they expire.
*
* @return boolean success
**/

View file

@ -163,7 +163,7 @@ class WincacheEngine extends CacheEngine {
/**
* Increments the group value to simulate deletion of all keys under a group
* old values will remain in sotrage until they expire.
* old values will remain in storage until they expire.
*
* @return boolean success
**/

View file

@ -159,7 +159,7 @@ class XcacheEngine extends CacheEngine {
/**
* Increments the group value to simulate deletion of all keys under a group
* old values will remain in sotrage until they expire.
* old values will remain in storage until they expire.
*
* @return boolean success
**/