Merge pull request #1157 from ravage84/patch-1

Fix two typos in CacheEngine.php
This commit is contained in:
ADmad 2013-02-24 22:56:23 -08:00
commit 804bd77eb2

View file

@ -127,7 +127,7 @@ abstract class CacheEngine {
/** /**
* Clears all values belonging to a group. Is upt to the implementing engine * Clears all values belonging to a group. Is upt to the implementing engine
* to decide whether actually deete the keys or just simulate it to acheive * to decide whether actually delete the keys or just simulate it to achieve
* the same result. * the same result.
* *
* @param string $groups name of the group to be cleared * @param string $groups name of the group to be cleared