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

@ -230,7 +230,7 @@ class cachestore_mongodb implements cache_store {
* Returns true if this store is making use of multiple identifiers.
* @return bool
*/
public function supports_multiple_indentifiers() {
public function supports_multiple_identifiers() {
return $this->extendedmode;
}