Merge pull request #9739 from nditech/CRM-19915
[civicrm-core.git] / CRM / Contribute / Controller / ContributionPage.php
index a5e761b177428460bfbf9e06f4fb84440d4b65ed..926799fe8bfe2537de6cc2725244bd1d40d56c60 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2016                                |
+ | Copyright CiviCRM LLC (c) 2004-2017                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2016
+ * @copyright CiviCRM LLC (c) 2004-2017
  */
 
 /**
@@ -37,9 +37,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_Contribute_Controller_ContributionPage extends CRM_Core_Controller {