From 587e0cac52d4d650bd9361c0e86ba011bfacbf45 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Sun, 9 Aug 2026 12:57:00 -0700 Subject: [PATCH] Apply suggestion from @kamronbatman --- Projects/Server/Main.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Projects/Server/Main.cs b/Projects/Server/Main.cs index 3e9182e68..221a741be 100644 --- a/Projects/Server/Main.cs +++ b/Projects/Server/Main.cs @@ -617,8 +617,8 @@ public static class Core if (_eventLoopIdleWaitMs > 0 && NetState.Ring?.SupportsHighResolutionWait == false) { logger.Error( - "This host cannot honour short waits (no high-resolution timer, and raising the system timer " + - "resolution failed). Idle sleeping is disabled -- the loop will spin instead, using a full core." + "This host cannot honor short waits (no high-resolution timer, and raising the system timer " + + "resolution failed). Idle sleeping is disabled. The loop will spin instead, using a full core." ); _eventLoopIdleWaitMs = 0;