codespell: CRM/*
[civicrm-core.git] / CRM / Utils / Cache.php
index 94b2cfb4ee28698a515b59b17abfa127eded7d4b..9f2b2e962a9a91bccbb38fc9f5233d49b960c7a4 100644 (file)
@@ -114,7 +114,7 @@ class CRM_Utils_Cache {
           'prefix' => '',
         );
 
-        // 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;
         }