From 2fef460aa5b62e3c64d491236e876a3db144c7df Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 15 Sep 2014 21:23:54 +1200 Subject: [PATCH] spelling --- 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 ac81f718ad..081f09010b 100644 --- a/CRM/Contact/BAO/Query.php +++ b/CRM/Contact/BAO/Query.php @@ -4029,7 +4029,7 @@ WHERE id IN ( $groupIDs ) return; } // also get values array for relation_target_name - // for relatinship search we always do wildcard + // for relationship search we always do wildcard $relationType = $this->getWhereValues('relation_type_id', $grouping); $targetName = $this->getWhereValues('relation_target_name', $grouping); $relStatus = $this->getWhereValues('relation_status', $grouping); -- 2.25.1