QA fixes
[civicrm-core.git] / CRM / Core / Base.php
index ba103f8527ccbefd0fe082f94edb81d05ff3e5b9..a09ec56892553b57213e82977f12f9070f26247a 100644 (file)
@@ -44,7 +44,7 @@ require_once 'CRM/Core/I18n.php';
 class CRM_Core_Base {
 
   /**
-   * constructor
+   * Constructor
    */
   function __construct() {}
 }