From bb08898667c0897a1ccd9e22ce239ebb7ec20bfc Mon Sep 17 00:00:00 2001 From: yashodha Date: Thu, 23 Jan 2020 18:26:30 +0530 Subject: [PATCH] fix typo's in the text --- CRM/Contact/BAO/Relationship.php | 2 +- CRM/Contribute/BAO/Contribution.php | 2 +- tests/phpunit/api/v3/EventTest.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CRM/Contact/BAO/Relationship.php b/CRM/Contact/BAO/Relationship.php index 325ce00de6..a88193f071 100644 --- a/CRM/Contact/BAO/Relationship.php +++ b/CRM/Contact/BAO/Relationship.php @@ -834,7 +834,7 @@ class CRM_Contact_BAO_Relationship extends CRM_Contact_DAO_Relationship { * @param int $id * Relationship id. * - * $returns returns the contact ids in the realtionship + * $returns returns the contact ids in the relationship * * @return \CRM_Contact_DAO_Relationship */ diff --git a/CRM/Contribute/BAO/Contribution.php b/CRM/Contribute/BAO/Contribution.php index cf299da456..9d7873f245 100644 --- a/CRM/Contribute/BAO/Contribution.php +++ b/CRM/Contribute/BAO/Contribution.php @@ -954,7 +954,7 @@ class CRM_Contribute_BAO_Contribution extends CRM_Contribute_DAO_Contribution { } /** - * Get memberships realted to the contribution. + * Get memberships related to the contribution. * * @param int $contributionID * diff --git a/tests/phpunit/api/v3/EventTest.php b/tests/phpunit/api/v3/EventTest.php index e547da041f..abebea1d53 100644 --- a/tests/phpunit/api/v3/EventTest.php +++ b/tests/phpunit/api/v3/EventTest.php @@ -25,7 +25,7 @@ class api_v3_EventTest extends CiviUnitTestCase { $this->_params = [ [ 'title' => 'Annual CiviCRM meet', - 'summary' => 'If you have any CiviCRM realted issues or want to track where CiviCRM is heading, Sign up now', + 'summary' => 'If you have any CiviCRM related issues or want to track where CiviCRM is heading, Sign up now', 'description' => 'This event is intended to give brief idea about progess of CiviCRM and giving solutions to common user issues', 'event_type_id' => 1, 'is_public' => 1, @@ -42,7 +42,7 @@ class api_v3_EventTest extends CiviUnitTestCase { ], [ 'title' => 'Annual CiviCRM meet 2', - 'summary' => 'If you have any CiviCRM realted issues or want to track where CiviCRM is heading, Sign up now', + 'summary' => 'If you have any CiviCRM related issues or want to track where CiviCRM is heading, Sign up now', 'description' => 'This event is intended to give brief idea about progess of CiviCRM and giving solutions to common user issues', 'event_type_id' => 1, 'is_public' => 1, -- 2.25.1