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

2
cache/locallib.php vendored
View file

@ -518,7 +518,7 @@ abstract class cache_administration_helper extends cache_helper {
($store->get_supported_modes($return) & cache_store::MODE_REQUEST) == cache_store::MODE_REQUEST,
),
'supports' => array(
'multipleidentifiers' => $store->supports_multiple_indentifiers(),
'multipleidentifiers' => $store->supports_multiple_identifiers(),
'dataguarantee' => $store->supports_data_guarantee(),
'nativettl' => $store->supports_native_ttl(),
'nativelocking' => ($store instanceof cache_is_lockable),