comment tweaks (typos etc)
[civicrm-core.git] / api / v3 / ParticipantPayment.php
index 750b3c1cb06ce281cd6000965e8301d799d572f7..cc9584dc63361acb3353377b684f78c7be854746 100644 (file)
@@ -85,7 +85,9 @@ function _civicrm_api3_participant_payment_create_spec(&$params) {
  *
  * This API is used for deleting a Participant Payment
  *
- * @param  Int  $participantPaymentID   Id of the Participant Payment to be deleted
+ * @param $params
+ *
+ * @internal param Int $participantPaymentID Id of the Participant Payment to be deleted
  *
  * @return array API result
  * @example ParticipantPaymentDelete.php
@@ -99,7 +101,7 @@ function civicrm_api3_participant_payment_delete($params) {
 
 /**
  * Retrieve one / all contribution(s) / participant(s) linked to a
- * contrbution.
+ * contribution.
  *
  * @param  array   $params  input parameters
  *