spelling fixes
authorEileen McNaughton <eileen@fuzion.co.nz>
Sat, 24 May 2014 05:46:53 +0000 (17:46 +1200)
committerEileen McNaughton <eileen@fuzion.co.nz>
Sat, 24 May 2014 05:49:12 +0000 (17:49 +1200)
CRM/Core/Config.php
tests/phpunit/api/v3/ContactTest.php

index 45553e34fd745e31afc0ae3cf8e418baa5d40648..1510711b199c3aff04147cd54ce9ffd05015b826 100644 (file)
@@ -216,7 +216,7 @@ class CRM_Core_Config extends CRM_Core_Config_Variables {
 
           self::$_singleton->_initVariables();
 
-          // I dont think we need to do this twice
+          // I don't think we need to do this twice
           // however just keeping this commented for now in 4.4
           // in case we hit any issues - CRM-13064
           // We can safely delete this once we release 4.4.4
@@ -230,7 +230,7 @@ class CRM_Core_Config extends CRM_Core_Config_Variables {
 
         // CRM-9803, NYSS-4822
         // this causes various settings to be reset and hence we should
-        // only use the config object that we retrived from memcache
+        // only use the config object that we retrieved from memcache
       }
 
       self::$_singleton->initialized = 1;
@@ -502,7 +502,7 @@ class CRM_Core_Config extends CRM_Core_Config_Variables {
         CRM_Utils_System::mapConfigToSSL();
       }
       $rrb = parse_url($this->userFrameworkResourceURL);
-      // dont use absolute path if resources are stored on a different server
+      // don't use absolute path if resources are stored on a different server
       // CRM-4642
       $this->resourceBase = $this->userFrameworkResourceURL;
       if (isset($_SERVER['HTTP_HOST']) &&
index 9beb50bbf77e74fae5dc6923c523da7bd5f18c3a..020df86080f2f074c16f18474486f6d1c07d27e2 100644 (file)
@@ -1720,7 +1720,7 @@ class api_v3_ContactTest extends CiviUnitTestCase {
   }
 
   /**
-   * Test that Ajax API permission is suffient to access getquick api
+   * Test that Ajax API permission is sufficient to access getquick api
    * (note that getquick api is required for autocomplete & has ACL permissions applied)
    */
   function testGetquickPermission_CRM_13744() {