Skip to content

Commit

Permalink
Fixing some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 26, 2012
1 parent 945925b commit cf2b6ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/Cake/Cache/Engine/ApcEngine.php
Expand Up @@ -156,7 +156,7 @@ public function groups() {

/**
* 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
**/
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Cache/Engine/MemcacheEngine.php
Expand Up @@ -264,7 +264,7 @@ public function groups() {

/**
* 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
**/
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Cache/Engine/WincacheEngine.php
Expand Up @@ -163,7 +163,7 @@ public function groups() {

/**
* 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
**/
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Cache/Engine/XcacheEngine.php
Expand Up @@ -159,7 +159,7 @@ public function groups() {

/**
* 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
**/
Expand Down

0 comments on commit cf2b6ac

Please sign in to comment.