Merge branch 'CRM-15474' of github.com:colemanw/civicrm-core into CRM-15527
[civicrm-core.git] / CRM / Case / PseudoConstant.php
index 8bade1c581dd26ed13b213c00f2e20cfdd2b1e4e..1ee036bacf6218f29b7b76a048e3a83e1dd83911 100644 (file)
@@ -202,7 +202,7 @@ class CRM_Case_PseudoConstant extends CRM_Core_PseudoConstant {
    * @access public
    * @static
    *
-   * @return array - array reference of all activty types.
+   * @return array - array reference of all activity types.
    */
   public static function &caseActivityType($indexName = TRUE, $all = FALSE) {
     $cache = (int) $indexName . '_' . (int) $all;