Merge pull request #4636 from colemanw/CRM-15653
[civicrm-core.git] / CRM / Contact / BAO / Individual.php
index 341781d20b69be5038d6ad3741b40a36320d83ef..35e49068472b2faf0562eba829ee63b3cebb53f7 100644 (file)
@@ -333,7 +333,7 @@ class CRM_Contact_BAO_Individual extends CRM_Contact_DAO_Contact {
   }
 
   /**
-   * regenerates display_name for contacts with given prefixes/suffixes
+   * Regenerates display_name for contacts with given prefixes/suffixes
    *
    * @param array $ids     the array with the prefix/suffix id governing which contacts to regenerate
    * @param int   $action  the action describing whether prefix/suffix was UPDATED or DELETED
@@ -380,7 +380,7 @@ class CRM_Contact_BAO_Individual extends CRM_Contact_DAO_Contact {
   }
 
   /**
-   * creates display name
+   * Creates display name
    *
    * @return string  the constructed display name
    */