From d20ece635439da71abed5c983d20e5fbe17716c7 Mon Sep 17 00:00:00 2001 From: yashodha Date: Wed, 20 Oct 2021 07:52:56 +0530 Subject: [PATCH] typo fixes --- CRM/Event/Form/Registration/Confirm.php | 2 +- CRM/Event/Form/SelfSvcUpdate.php | 6 +++--- CRM/Event/Page/ParticipantListing/NameStatusAndDate.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CRM/Event/Form/Registration/Confirm.php b/CRM/Event/Form/Registration/Confirm.php index fa09baa91e..f1fcdc57ce 100644 --- a/CRM/Event/Form/Registration/Confirm.php +++ b/CRM/Event/Form/Registration/Confirm.php @@ -755,7 +755,7 @@ class CRM_Event_Form_Registration_Confirm extends CRM_Event_Form_Registration { $params[$participantNum]['lineItem'] = $lineItem; } - //only add additional particpants and not the primary particpant as we already have that + //only add additional participants and not the primary participant as we already have that //added to $primaryParticipant so that this change doesn't break or require changes to //existing gateway implementations $primaryParticipant['participants_info'][$participantID] = $params[$participantNum]; diff --git a/CRM/Event/Form/SelfSvcUpdate.php b/CRM/Event/Form/SelfSvcUpdate.php index 2f3ac769e0..10bfd471f4 100644 --- a/CRM/Event/Form/SelfSvcUpdate.php +++ b/CRM/Event/Form/SelfSvcUpdate.php @@ -21,7 +21,7 @@ */ class CRM_Event_Form_SelfSvcUpdate extends CRM_Core_Form { /** - * particpant id + * participant id * * @var string * @@ -35,7 +35,7 @@ class CRM_Event_Form_SelfSvcUpdate extends CRM_Core_Form { */ protected $_contact_id; /** - * name of the particpant + * name of the participant * * @var string * @@ -78,7 +78,7 @@ class CRM_Event_Form_SelfSvcUpdate extends CRM_Core_Form { */ protected $_participant = []; /** - * particpant values + * participant values * * @var string */ diff --git a/CRM/Event/Page/ParticipantListing/NameStatusAndDate.php b/CRM/Event/Page/ParticipantListing/NameStatusAndDate.php index a9eb028d16..2d53edfb3b 100644 --- a/CRM/Event/Page/ParticipantListing/NameStatusAndDate.php +++ b/CRM/Event/Page/ParticipantListing/NameStatusAndDate.php @@ -27,7 +27,7 @@ class CRM_Event_Page_ParticipantListing_NameStatusAndDate extends CRM_Core_Page public function preProcess() { $this->_id = CRM_Utils_Request::retrieve('id', 'Integer', $this, TRUE); - // ensure that there is a particpant type for this + // ensure that there is a participant type for this $this->_participantListingID = CRM_Core_DAO::getFieldValue('CRM_Event_DAO_Event', $this->_id, 'participant_listing_id' -- 2.25.1