X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FCache.php;h=ef4afa27d06cd4719bb61b3227169478c206cfc9;hb=7e9e8871fab6ef8220dffbe418460ebc9c61ed33;hp=4aadbf1f8d47af459929a06b7ca67b621930461f;hpb=fd57ced7b04d32d5fab5e68c1b12aedbf35c2ad8;p=civicrm-core.git diff --git a/CRM/Utils/Cache.php b/CRM/Utils/Cache.php index 4aadbf1f8d..ef4afa27d0 100644 --- a/CRM/Utils/Cache.php +++ b/CRM/Utils/Cache.php @@ -1,9 +1,9 @@ '', ); - // Use old constants if needed to ensure backward compatability + // Use old constants if needed to ensure backward compatibility if (defined('CIVICRM_MEMCACHE_HOST')) { $defaults['host'] = CIVICRM_MEMCACHE_HOST; }