X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FCache.php;h=ef4afa27d06cd4719bb61b3227169478c206cfc9;hb=7e9e8871fab6ef8220dffbe418460ebc9c61ed33;hp=abe356bab3e8ce9d7a96866eb50f9adf77b71809;hpb=85603b5f73cfed7ba0ad46d7a858ce5775755006;p=civicrm-core.git diff --git a/CRM/Utils/Cache.php b/CRM/Utils/Cache.php index abe356bab3..ef4afa27d0 100644 --- a/CRM/Utils/Cache.php +++ b/CRM/Utils/Cache.php @@ -1,7 +1,7 @@ '', ); - // 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; }