From ac3ab0e4ce917a35586d8e64b6f042e7b152a1f7 Mon Sep 17 00:00:00 2001 From: yashodha Date: Tue, 6 Dec 2016 10:32:39 +0530 Subject: [PATCH] CRM-19720: typo fixes --- CRM/Campaign/Controller/Search.php | 2 +- CRM/Case/Controller/Search.php | 2 +- CRM/Contribute/Controller/ContributionPage.php | 2 +- CRM/Contribute/Controller/Search.php | 2 +- CRM/Event/Controller/Search.php | 2 +- CRM/Grant/Controller/Search.php | 2 +- CRM/Member/Controller/Search.php | 2 +- CRM/PCP/Controller/PCP.php | 2 +- CRM/Pledge/Controller/Search.php | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CRM/Campaign/Controller/Search.php b/CRM/Campaign/Controller/Search.php index 12ff9b1c47..281c34dbd2 100644 --- a/CRM/Campaign/Controller/Search.php +++ b/CRM/Campaign/Controller/Search.php @@ -39,7 +39,7 @@ * * Typically the first form will display the search criteria and it's results * - * The second form is used to process search results with the asscociated actions + * The second form is used to process search results with the associated actions * */ class CRM_Campaign_Controller_Search extends CRM_Core_Controller { diff --git a/CRM/Case/Controller/Search.php b/CRM/Case/Controller/Search.php index 74811c4cab..61b2e07a73 100644 --- a/CRM/Case/Controller/Search.php +++ b/CRM/Case/Controller/Search.php @@ -39,7 +39,7 @@ * * Typically the first form will display the search criteria and it's results * - * The second form is used to process search results with the asscociated actions + * The second form is used to process search results with the associated actions * */ class CRM_Case_Controller_Search extends CRM_Core_Controller { diff --git a/CRM/Contribute/Controller/ContributionPage.php b/CRM/Contribute/Controller/ContributionPage.php index a5e761b177..a3320e6c94 100644 --- a/CRM/Contribute/Controller/ContributionPage.php +++ b/CRM/Contribute/Controller/ContributionPage.php @@ -39,7 +39,7 @@ * * Typically the first form will display the search criteria and it's results * - * The second form is used to process search results with the asscociated actions + * The second form is used to process search results with the associated actions */ class CRM_Contribute_Controller_ContributionPage extends CRM_Core_Controller { diff --git a/CRM/Contribute/Controller/Search.php b/CRM/Contribute/Controller/Search.php index c4ae7dfb7d..f48abd0602 100644 --- a/CRM/Contribute/Controller/Search.php +++ b/CRM/Contribute/Controller/Search.php @@ -39,7 +39,7 @@ * * Typically the first form will display the search criteria and it's results * - * The second form is used to process search results with the asscociated actions + * The second form is used to process search results with the associated actions * */ class CRM_Contribute_Controller_Search extends CRM_Core_Controller { diff --git a/CRM/Event/Controller/Search.php b/CRM/Event/Controller/Search.php index 1766ca46bb..f62ed233ea 100644 --- a/CRM/Event/Controller/Search.php +++ b/CRM/Event/Controller/Search.php @@ -41,7 +41,7 @@ * * Typically the first form will display the search criteria and it's results * - * The second form is used to process search results with the asscociated actions + * The second form is used to process search results with the associated actions * */ class CRM_Event_Controller_Search extends CRM_Core_Controller { diff --git a/CRM/Grant/Controller/Search.php b/CRM/Grant/Controller/Search.php index 7514a7d6a3..40ca80d174 100644 --- a/CRM/Grant/Controller/Search.php +++ b/CRM/Grant/Controller/Search.php @@ -41,7 +41,7 @@ * * Typically the first form will display the search criteria and it's results * - * The second form is used to process search results with the asscociated actions + * The second form is used to process search results with the associated actions * */ class CRM_Grant_Controller_Search extends CRM_Core_Controller { diff --git a/CRM/Member/Controller/Search.php b/CRM/Member/Controller/Search.php index 46b46a4f6d..01b84484bf 100644 --- a/CRM/Member/Controller/Search.php +++ b/CRM/Member/Controller/Search.php @@ -41,7 +41,7 @@ * * Typically the first form will display the search criteria and it's results * - * The second form is used to process search results with the asscociated actions + * The second form is used to process search results with the associated actions * */ class CRM_Member_Controller_Search extends CRM_Core_Controller { diff --git a/CRM/PCP/Controller/PCP.php b/CRM/PCP/Controller/PCP.php index 4561c90e5b..25611c4356 100644 --- a/CRM/PCP/Controller/PCP.php +++ b/CRM/PCP/Controller/PCP.php @@ -41,7 +41,7 @@ * * Typically the first form will display the search criteria and it's results * - * The second form is used to process search results with the asscociated actions + * The second form is used to process search results with the associated actions * */ class CRM_PCP_Controller_PCP extends CRM_Core_Controller { diff --git a/CRM/Pledge/Controller/Search.php b/CRM/Pledge/Controller/Search.php index e5004478b8..3fdf119742 100644 --- a/CRM/Pledge/Controller/Search.php +++ b/CRM/Pledge/Controller/Search.php @@ -39,7 +39,7 @@ * * Typically the first form will display the search criteria and it's results. * - * The second form is used to process search results with the asscociated actions. + * The second form is used to process search results with the associated actions. */ class CRM_Pledge_Controller_Search extends CRM_Core_Controller { -- 2.25.1