From d17cd024ce40df50fe8f57e3105ba1422f61e0bb Mon Sep 17 00:00:00 2001 From: yashodha Date: Fri, 2 Aug 2013 12:56:31 +0530 Subject: [PATCH] fix typos --- CRM/Case/BAO/Case.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CRM/Case/BAO/Case.php b/CRM/Case/BAO/Case.php index 904e0bee92..53be2ddb26 100644 --- a/CRM/Case/BAO/Case.php +++ b/CRM/Case/BAO/Case.php @@ -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 * -- 2.25.1