*/
class CRM_Event_Form_SelfSvcTransfer extends CRM_Core_Form {
/**
- * from particpant id
+ * from participant id
*
* @var string
*
*/
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
*
*/
protected $_participant = [];
/**
- * particpant values
+ * participant values
*
* @var string
*/