some typo fixes
authoryashodha <yashodha@cividesk.com>
Mon, 19 Jul 2021 11:28:32 +0000 (16:58 +0530)
committeryashodha <yashodha@cividesk.com>
Mon, 19 Jul 2021 11:28:32 +0000 (16:58 +0530)
CRM/Event/Form/SelfSvcTransfer.php

index 586a7b226253ed9faf35f8597f86a9cbcac5125e..22381d1efcd093afdd18cd62eb0b12806e706a0b 100644 (file)
@@ -22,7 +22,7 @@
  */
 class CRM_Event_Form_SelfSvcTransfer extends CRM_Core_Form {
   /**
-   * from particpant id
+   * from participant id
    *
    * @var string
    *
@@ -36,14 +36,14 @@ class CRM_Event_Form_SelfSvcTransfer extends CRM_Core_Form {
    */
   protected $_from_contact_id;
   /**
-   * last name of the particpant to transfer to
+   * last name of the participant to transfer to
    *
    * @var string
    *
    */
   protected $_to_contact_last_name;
   /**
-   * first name of the particpant to transfer to
+   * first name of the participant to transfer to
    *
    * @var string
    *
@@ -93,7 +93,7 @@ class CRM_Event_Form_SelfSvcTransfer extends CRM_Core_Form {
    */
   protected $_participant = [];
   /**
-   * particpant values
+   * participant values
    *
    * @var string
    */