1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-04 07:47:34 +02:00

[ticket/10875] Spelling fix.

PHPBB3-10875
This commit is contained in:
Oleg Pudeyev
2012-11-30 11:53:19 -05:00
parent 3c4a0c8577
commit ee16ed7b76

View File

@@ -63,7 +63,7 @@ interface phpbb_cache_driver_interface
public function destroy($var_name, $table = ''); 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); public function _exists($var_name);
@@ -94,7 +94,7 @@ interface phpbb_cache_driver_interface
public function sql_save($query, $query_result, $ttl); 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 * @param int $query_id
* @return bool * @return bool