codespell: CRM/*
[civicrm-core.git] / CRM / Event / Form / Registration / Register.php
index fab803166b3776d416bcbc9baddbe9c3f15acd00..8611fd155c5b11031f7248f229dc160cd4848693 100644 (file)
@@ -1330,7 +1330,7 @@ class CRM_Event_Form_Registration_Register extends CRM_Event_Form_Registration {
       }
     }
 
-    // update status and send mail to cancelled additonal participants, CRM-4320
+    // update status and send mail to cancelled additional participants, CRM-4320
     if ($this->_allowConfirmation && is_array($cancelledIds) && !empty($cancelledIds)) {
       $cancelledId = array_search('Cancelled',
         CRM_Event_PseudoConstant::participantStatus(NULL, "class = 'Negative'")