fix typos
authoryashodha <yashodha.chaku@webaccess.co.in>
Fri, 2 Aug 2013 07:26:31 +0000 (12:56 +0530)
committeryashodha <yashodha.chaku@webaccess.co.in>
Fri, 2 Aug 2013 07:26:31 +0000 (12:56 +0530)
CRM/Case/BAO/Case.php

index 904e0bee92ecb874972c1443dde3da9c624f0f59..53be2ddb26501e684fdb8bee43ec690713ec579e 100644 (file)
@@ -34,7 +34,7 @@
  */
 
 /**
- * This class contains the funtions for Case Management
+ * This class contains the functions for Case Management
  *
  */
 class CRM_Case_BAO_Case extends CRM_Case_DAO_Case {
@@ -1604,7 +1604,7 @@ SELECT case_status.label AS case_status, status_id, case_type.label AS case_type
   }
 
   /**
-   * Function to retrive the scheduled activity type and date
+   * Function to retrieve the scheduled activity type and date
    *
    * @param  array $cases  Array of contact and case id
    *
@@ -1814,7 +1814,7 @@ SELECT case_status.label AS case_status, status_id, case_type.label AS case_type
    *
    * @param int $caseID case id
    * @param int $relationshipId relationship id
-   * @param int $relContactId case role assigne contactId.
+   * @param int $relContactId case role assignee contactId.
    *
    * @return void on success creates activity and case activity
    *