diff --git a/integrationtest/backend/tck/src/main/java/org/hibernate/search/integrationtest/backend/tck/search/sort/FieldSearchSortBaseIT.java b/integrationtest/backend/tck/src/main/java/org/hibernate/search/integrationtest/backend/tck/search/sort/FieldSearchSortBaseIT.java index 8321355ac7d..833a7685308 100644 --- a/integrationtest/backend/tck/src/main/java/org/hibernate/search/integrationtest/backend/tck/search/sort/FieldSearchSortBaseIT.java +++ b/integrationtest/backend/tck/src/main/java/org/hibernate/search/integrationtest/backend/tck/search/sort/FieldSearchSortBaseIT.java @@ -413,7 +413,7 @@ public void multiIndex_withCompatibleIndexManager_usingField() { /* * Not testing the ordering of results here because some documents have the same value. - * It's not what we want tot test anyway: we just want to check that fields are correctly + * It's not what we want to test anyway: we just want to check that fields are correctly * detected as compatible and that no exception is thrown. */ assertThat( query ).hasDocRefHitsAnyOrder( b -> { @@ -458,7 +458,7 @@ public void multiIndex_withRawFieldCompatibleIndexManager_dslConverterDisabled() /* * Not testing the ordering of results here because some documents have the same value. - * It's not what we want tot test anyway: we just want to check that fields are correctly + * It's not what we want to test anyway: we just want to check that fields are correctly * detected as compatible and that no exception is thrown. */ assertThat( query ).hasDocRefHitsAnyOrder( b -> {