diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-11-30 11:53:19 -0500 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-11-30 11:55:13 -0500 |
commit | ee16ed7b76315f629adc1f234d6cf3ddd9552a97 (patch) | |
tree | 375a74e1c7c55fac2d48f2c78725836ec35f1a77 /phpBB/includes/cache | |
parent | 3c4a0c8577efa67da3eccbbb7a247b2861d7041b (diff) | |
download | forums-ee16ed7b76315f629adc1f234d6cf3ddd9552a97.tar forums-ee16ed7b76315f629adc1f234d6cf3ddd9552a97.tar.gz forums-ee16ed7b76315f629adc1f234d6cf3ddd9552a97.tar.bz2 forums-ee16ed7b76315f629adc1f234d6cf3ddd9552a97.tar.xz forums-ee16ed7b76315f629adc1f234d6cf3ddd9552a97.zip |
[ticket/10875] Spelling fix.
PHPBB3-10875
Diffstat (limited to 'phpBB/includes/cache')
-rw-r--r-- | phpBB/includes/cache/driver/interface.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/cache/driver/interface.php b/phpBB/includes/cache/driver/interface.php index 6adc95a86a..26dfd497aa 100644 --- a/phpBB/includes/cache/driver/interface.php +++ b/phpBB/includes/cache/driver/interface.php @@ -63,7 +63,7 @@ interface phpbb_cache_driver_interface public function destroy($var_name, $table = ''); /** - * Check if a given cache entry exist + * Check if a given cache entry exists */ public function _exists($var_name); @@ -94,7 +94,7 @@ interface phpbb_cache_driver_interface public function sql_save($query, $query_result, $ttl); /** - * Ceck if a given sql query exist in cache + * Check if a given sql query exists in cache * * @param int $query_id * @return bool |