MDL-36111 cache: Fixed up typo's and trivial issues

This commit is contained in:
Sam Hemelryk 2012-11-12 10:36:53 +13:00
parent 8ccaa296fa
commit 758dbdf894
11 changed files with 30 additions and 24 deletions

View file

@ -127,7 +127,7 @@ class cachestore_static extends static_data_store implements cache_store, cache_
*
* @return bool
*/
public function supports_multiple_indentifiers() {
public function supports_multiple_identifiers() {
return false;
}