X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FGrant%2FController%2FSearch.php;h=b823353956fe946ec1f57cb877bb40470bf426ee;hb=d1c0c69c2308d8582cc135df5f40688768c6b11b;hp=7514a7d6a309326c40fdf161e6222f58fea7d2b1;hpb=c4b857d6672d2db5b50fafd0152a09e294512463;p=civicrm-core.git diff --git a/CRM/Grant/Controller/Search.php b/CRM/Grant/Controller/Search.php index 7514a7d6a3..b823353956 100644 --- a/CRM/Grant/Controller/Search.php +++ b/CRM/Grant/Controller/Search.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2016 | + | Copyright CiviCRM LLC (c) 2004-2018 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,7 +28,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2016 + * @copyright CiviCRM LLC (c) 2004-2018 * $Id$ * */ @@ -39,9 +39,9 @@ * - the search controller is used for building/processing multiform * searches. * - * Typically the first form will display the search criteria and it's results + * Typically the first form will display the search criteria and its 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 {