diff --git a/Probe/Jobs/Monitor/FetchList.ts b/Probe/Jobs/Monitor/FetchList.ts index c55bd1e871..ff48783943 100644 --- a/Probe/Jobs/Monitor/FetchList.ts +++ b/Probe/Jobs/Monitor/FetchList.ts @@ -84,7 +84,7 @@ class FetchListAndProbe { const sleepTime: number = NumberUtil.getRandomNumber(0, 45000); logger.debug( - `Sleeping for ${sleepTime} ms, just to give probe API's soem time to load balance between different workers`, + `Sleeping for ${sleepTime} ms, just to give probe API's some time to load balance between different workers`, ); await Sleep.sleep(sleepTime);