typo fixes
authoryashodha <yashodha@cividesk.com>
Wed, 20 Oct 2021 02:22:56 +0000 (07:52 +0530)
committeryashodha <yashodha@cividesk.com>
Wed, 20 Oct 2021 02:22:56 +0000 (07:52 +0530)
CRM/Event/Form/Registration/Confirm.php
CRM/Event/Form/SelfSvcUpdate.php
CRM/Event/Page/ParticipantListing/NameStatusAndDate.php

index fa09baa91ef0b10ec45b4f8b73c5983c776d44b7..f1fcdc57ceefcf98e7470cf9c03367b9b2b1c3f6 100644 (file)
@@ -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];
index 2f3ac769e020db198d675ba82b731122f50af5d6..10bfd471f40a4f32590ecfb83111972f9c3a90cb 100644 (file)
@@ -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
    */
index a9eb028d166f6dff68013cfdf7bf8ad0c80b6dda..2d53edfb3bd161a494b5f07b5f0a69b381e7fb32 100644 (file)
@@ -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'