CRM-12457
[civicrm-core.git] / CRM / Member / Import / Parser / Membership.php
index 0c8215947d6a77fc4e7134d5c690441f29ee4da4..46310eed01fe34fa6fc5719553c5ffb7783360f4 100644 (file)
@@ -49,7 +49,7 @@ class CRM_Member_Import_Parser_Membership extends CRM_Member_Import_Parser {
   private $_membershipStatusIndex;
 
   /**
-   * Array of succesfully imported membership id's
+   * Array of successfully imported membership id's
    *
    * @array
    */
@@ -588,7 +588,7 @@ class CRM_Member_Import_Parser_Membership extends CRM_Member_Import_Parser {
   }
 
   /**
-   * Get the array of succesfully imported membership id's
+   * Get the array of successfully imported membership id's
    *
    * @return array
    * @access public