From 243a102ba722beeb3df770913644e759f89fd782 Mon Sep 17 00:00:00 2001 From: Daniel Widdis Date: Thu, 29 Dec 2022 12:04:06 -0800 Subject: [PATCH] Typo Signed-off-by: Daniel Widdis --- .../java/org/opensearch/search/SearchCancellationIT.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/internalClusterTest/java/org/opensearch/search/SearchCancellationIT.java b/server/src/internalClusterTest/java/org/opensearch/search/SearchCancellationIT.java index 295987c72816e..7f500b4e25cea 100644 --- a/server/src/internalClusterTest/java/org/opensearch/search/SearchCancellationIT.java +++ b/server/src/internalClusterTest/java/org/opensearch/search/SearchCancellationIT.java @@ -584,7 +584,7 @@ public void testMSearchChildReqCancellationWithHybridTimeout() throws Exception } /** - * Sleeps for the specified number of milliseconds plus a 100ms buffer to account for system timer/sheduler inaccuracies. + * Sleeps for the specified number of milliseconds plus a 100ms buffer to account for system timer/scheduler inaccuracies. * * @param milliseconds The minimum time to sleep * @throws InterruptedException if interrupted during sleep