aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/searchchain/testutil/DocumentSourceSearcher.java
diff options
context:
space:
mode:
Diffstat (limited to 'container-search/src/main/java/com/yahoo/search/searchchain/testutil/DocumentSourceSearcher.java')
-rw-r--r--container-search/src/main/java/com/yahoo/search/searchchain/testutil/DocumentSourceSearcher.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-search/src/main/java/com/yahoo/search/searchchain/testutil/DocumentSourceSearcher.java b/container-search/src/main/java/com/yahoo/search/searchchain/testutil/DocumentSourceSearcher.java
index e36157efddb..f8fdfb34ca0 100644
--- a/container-search/src/main/java/com/yahoo/search/searchchain/testutil/DocumentSourceSearcher.java
+++ b/container-search/src/main/java/com/yahoo/search/searchchain/testutil/DocumentSourceSearcher.java
@@ -23,7 +23,7 @@ import com.yahoo.search.searchchain.Execution;
*
* <p>This supports multi-phase search.</p>
*
- * <p>To avoid having to add type information for the fields, a quck hack is used to
+ * <p>To avoid having to add type information for the fields, a quick hack is used to
* support testing of attribute prefetching.
* Any field in the configured hits which has a name starting by attribute
* will be returned when attribute prefetch filling is requested.</p>