Fixed spelling of 'memebership' in 625
authorJoe McLaughlin <joemcl@users.noreply.github.com>
Tue, 21 Jul 2015 20:49:19 +0000 (16:49 -0400)
committerJoe McLaughlin <joemcl@users.noreply.github.com>
Tue, 21 Jul 2015 20:49:19 +0000 (16:49 -0400)
CRM/Batch/Form/Entry.php

index 9baf89a4fd65cfbf1fbbb738fb050d2782c01507..688fa27c08df88781b34cd91c29f0d294f4106df 100755 (executable)
@@ -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));