Merge pull request #6259 from systopia/CRM-16871
[civicrm-core.git] / 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));