summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/matching
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-09-13 10:43:59 +0200
committerGitHub <noreply@github.com>2022-09-13 10:43:59 +0200
commitd80bbd9bb71dd4541087906854abd741086b7349 (patch)
tree4230083a8b7b577187ee6b34a3118a527fb94808 /searchcore/src/tests/proton/matching
parentaef768cb4e1abd4fc9dc2ef44e8778ea72c73fcd (diff)
Update searchcore/src/tests/proton/matching/unpacking_iterators_optimizer/unpacking_iterators_optimizer_test.cpp
Co-authored-by: Geir Storli <geirst@yahooinc.com>
Diffstat (limited to 'searchcore/src/tests/proton/matching')
-rw-r--r--searchcore/src/tests/proton/matching/unpacking_iterators_optimizer/unpacking_iterators_optimizer_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/matching/unpacking_iterators_optimizer/unpacking_iterators_optimizer_test.cpp b/searchcore/src/tests/proton/matching/unpacking_iterators_optimizer/unpacking_iterators_optimizer_test.cpp
index 62983820fcb..8bef3508d5c 100644
--- a/searchcore/src/tests/proton/matching/unpacking_iterators_optimizer/unpacking_iterators_optimizer_test.cpp
+++ b/searchcore/src/tests/proton/matching/unpacking_iterators_optimizer/unpacking_iterators_optimizer_test.cpp
@@ -125,7 +125,7 @@ Node::UP make_query_tree() {
builder.addStringTerm("t2", view, id, weight);
add_phrase(builder);
#if ENABLE_SAME_ELEMENT_SPLIT
- //TODO Enable once matched-elements-only and artifiscial terms are handled
+ //TODO Enable once matched-elements-only and artificial terms are handled
add_same_element(builder);
add_same_element(builder);
#else