From b2560503c6435d6b40b3d2ff828430ed5a6004c7 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sat, 24 May 2014 17:46:53 +1200 Subject: [PATCH] spelling fixes --- CRM/Core/Config.php | 6 +++--- tests/phpunit/api/v3/ContactTest.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CRM/Core/Config.php b/CRM/Core/Config.php index 45553e34fd..1510711b19 100644 --- a/CRM/Core/Config.php +++ b/CRM/Core/Config.php @@ -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']) && diff --git a/tests/phpunit/api/v3/ContactTest.php b/tests/phpunit/api/v3/ContactTest.php index 9beb50bbf7..020df86080 100644 --- a/tests/phpunit/api/v3/ContactTest.php +++ b/tests/phpunit/api/v3/ContactTest.php @@ -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() { -- 2.25.1