diff --git a/lib/Cake/Cache/CacheEngine.php b/lib/Cake/Cache/CacheEngine.php index a73f9abaa..579981863 100644 --- a/lib/Cake/Cache/CacheEngine.php +++ b/lib/Cake/Cache/CacheEngine.php @@ -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