From: Joe McLaughlin Date: Tue, 21 Jul 2015 20:49:19 +0000 (-0400) Subject: Fixed spelling of 'memebership' in 625 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fd4b929326ae78953286f073514de9814d023553;p=civicrm-core.git Fixed spelling of 'memebership' in 625 --- diff --git a/CRM/Batch/Form/Entry.php b/CRM/Batch/Form/Entry.php index 9baf89a4fd..688fa27c08 100755 --- a/CRM/Batch/Form/Entry.php +++ b/CRM/Batch/Form/Entry.php @@ -622,7 +622,7 @@ class CRM_Batch_Form_Entry extends CRM_Core_Form { 'reminder_date', ); - // get the price set associated with offline memebership + // get the price set associated with offline membership $priceSetId = CRM_Core_DAO::getFieldValue('CRM_Price_DAO_PriceSet', 'default_membership_type_amount', 'id', 'name'); $this->_priceSet = $priceSets = current(CRM_Price_BAO_PriceSet::getSetDetail($priceSetId));