From 5b932170341337918fe5219ed1f0772bf2dbf88c Mon Sep 17 00:00:00 2001 From: Eileen Date: Thu, 12 Sep 2013 03:11:19 +0000 Subject: [PATCH] fix spelling error --- api/v3/utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v3/utils.php b/api/v3/utils.php index aa07ec9ddd..93688697c7 100644 --- a/api/v3/utils.php +++ b/api/v3/utils.php @@ -1656,7 +1656,7 @@ function _civicrm_api3_api_match_pseudoconstant(&$params, $entity, $fieldName, $ $options = CRM_Utils_Array::value('values', $options, array()); } - // If passed a value-seperated string, explode to an array, then re-implode after matching values + // If passed a value-separated string, explode to an array, then re-implode after matching values $implode = FALSE; if (is_string($params[$fieldName]) && strpos($params[$fieldName], CRM_Core_DAO::VALUE_SEPARATOR) !== FALSE) { $params[$fieldName] = CRM_Utils_Array::explodePadded($params[$fieldName]); -- 2.25.1