From e6d4f55527e741416240eeec101f006d9a40f1f0 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Wed, 4 Jun 2014 09:09:06 +1200 Subject: [PATCH] fix spelling --- CRM/Contribute/Form/Contribution/Main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Contribute/Form/Contribution/Main.php b/CRM/Contribute/Form/Contribution/Main.php index 24dbec05ad..ed9ec17916 100644 --- a/CRM/Contribute/Form/Contribution/Main.php +++ b/CRM/Contribute/Form/Contribution/Main.php @@ -1175,7 +1175,7 @@ class CRM_Contribute_Form_Contribution_Main extends CRM_Contribute_Form_Contribu } } - //If the membership & contribution is used in contribution page & not seperate payment + //If the membership & contribution is used in contribution page & not separate payment $fieldId = $memPresent = $membershipLabel = $fieldOption = $is_quick_config = NULL; $proceFieldAmount = 0; if (property_exists($this, '_separateMembershipPayment') && $this->_separateMembershipPayment == 0) { @@ -1251,7 +1251,7 @@ class CRM_Contribute_Form_Contribution_Main extends CRM_Contribute_Form_Contribu $invoiceID = md5(uniqid(rand(), TRUE)); $this->set('invoiceID', $invoiceID); - // required only if is_monetary and valid postive amount + // required only if is_monetary and valid positive amount if ($this->_values['is_monetary'] && is_array($this->_paymentProcessor) && ((float ) $params['amount'] > 0.0 || $memFee > 0.0) -- 2.25.1