From 5c9e101f37baa5ab02d2705e24a45aacff0f539f Mon Sep 17 00:00:00 2001 From: eileen Date: Thu, 28 Feb 2019 14:19:43 +1300 Subject: [PATCH] Spelling fix --- CRM/Contact/BAO/Query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contact/BAO/Query.php b/CRM/Contact/BAO/Query.php index 0674c815ec..9008ac6a09 100644 --- a/CRM/Contact/BAO/Query.php +++ b/CRM/Contact/BAO/Query.php @@ -6414,7 +6414,7 @@ AND displayRelType.is_active = 1 return TRUE; } // Is this still required - the above goes off the unique name. Test with things like - // communication_prefferences & prefix_id. + // communication_preferences & prefix_id. if (CRM_Utils_Array::value($field['name'], $this->_returnProperties)) { return TRUE; } -- 2.25.1