Fixed a typo
[core.git] / inc / classes / main / cache / class_MemoryCache.php
index 61248e0cfddbd89b3f22f29023c2a2b3bd46138e..b6a131c9549223a4cc0c92855b6242a75a6375a8 100644 (file)
@@ -67,7 +67,7 @@ class MemoryCache extends BaseFrameworkSystem implements Cacheable {
         * 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
         */
        public function offsetExists ($offset) {
                $exists = $this->dataCache->offsetExists($offset);