mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix two typos in CacheEngine.php
This commit is contained in:
parent
b32e855a3d
commit
f3262f768b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue