Skip to content

Commit

Permalink
Merge pull request #16361 from yashodha/typo
Browse files Browse the repository at this point in the history
fix typo's in the text
  • Loading branch information
eileenmcnaughton authored Jan 23, 2020
2 parents d7ea970 + bb08898 commit fab0f46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CRM/Contact/BAO/Relationship.php
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ public static function deleteContact($contactId) {
* @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
*/
Expand Down
2 changes: 1 addition & 1 deletion CRM/Contribute/BAO/Contribution.php
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ public static function getToFinancialAccount($contribution, $params) {
}

/**
* Get memberships realted to the contribution.
* Get memberships related to the contribution.
*
* @param int $contributionID
*
Expand Down
4 changes: 2 additions & 2 deletions tests/phpunit/api/v3/EventTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public function setUp() {
$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,
Expand All @@ -42,7 +42,7 @@ public function setUp() {
],
[
'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,
Expand Down

0 comments on commit fab0f46

Please sign in to comment.