From: Eileen McNaughton Date: Mon, 15 Sep 2014 09:23:54 +0000 (+1200) Subject: spelling X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2fef460aa5b62e3c64d491236e876a3db144c7df;p=civicrm-core.git spelling --- 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);