X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=inc%2Fclasses%2Finterfaces%2Fcache%2Fclass_Cacheable.php;h=31fd0d1b8a28e5d4b31ece563062470b4d8cbcf9;hb=08330903ee5bd8ea967622ff7473d13dff19beb5;hp=4c9ee07721b5bfa22d8f528ba40a25d5e229cccb;hpb=ea5dc08a39c1d89c3d260021a2f033151aec7d78;p=core.git diff --git a/inc/classes/interfaces/cache/class_Cacheable.php b/inc/classes/interfaces/cache/class_Cacheable.php index 4c9ee077..31fd0d1b 100644 --- a/inc/classes/interfaces/cache/class_Cacheable.php +++ b/inc/classes/interfaces/cache/class_Cacheable.php @@ -26,7 +26,7 @@ interface Cacheable extends FrameworkInterface { * Does the specified offset exist in cache? * * @param $offset The offset we are looking for - * @return $exists Wether the offset exists + * @return $exists Whether the offset exists */ function offsetExists($offset);