codespell: CRM/*
[civicrm-core.git] / CRM / Contact / Form / Edit / Household.php
index 95071a1b07cf509775eb66415d057d07ac0e8f14..417a8261043e00f43d6d959e838d00432e2bdca0 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2014
+ * @copyright CiviCRM LLC (c) 2004-2015
  * $Id$
  *
  */
 
 /**
- * Auxilary class to provide support to the Contact Form class. Does this by implementing
+ * Auxiliary class to provide support to the Contact Form class. Does this by implementing
  * a small set of static methods
  *
  */
 class CRM_Contact_Form_Edit_Household {
 
   /**
-   * This function provides the HTML form elements that are specific
+   * This function provides the HTML form elements that are specific.
    * to the Household Contact Type
    *
    * @param CRM_Core_Form $form
@@ -79,7 +79,7 @@ class CRM_Contact_Form_Edit_Household {
   }
 
   /**
-   * Add rule for household
+   * Add rule for household.
    *
    * @param array $fields
    *   Array of form values.
@@ -104,4 +104,5 @@ class CRM_Contact_Form_Edit_Household {
 
     return empty($errors) ? TRUE : $errors;
   }
+
 }