Fix two typos in CacheEngine.php

This commit is contained in:
Marc Würth 2013-02-25 07:53:28 +01:00
parent b32e855a3d
commit f3262f768b

View file

@ -127,7 +127,7 @@ abstract class CacheEngine {
/**
* 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.
*
* @param string $groups name of the group to be cleared