From 1e0473e44f5e21558d75b0121bd935bb50825c26 Mon Sep 17 00:00:00 2001 From: Sintendo <3380580+Sintendo@users.noreply.github.com> Date: Sat, 17 Jan 2026 19:02:37 +0100 Subject: Fix various typos and spelling mistakes --- Source/UnitTests/Common/BusyLoopTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/UnitTests/Common/BusyLoopTest.cpp') diff --git a/Source/UnitTests/Common/BusyLoopTest.cpp b/Source/UnitTests/Common/BusyLoopTest.cpp index 4108876aad..8cb62ca1af 100644 --- a/Source/UnitTests/Common/BusyLoopTest.cpp +++ b/Source/UnitTests/Common/BusyLoopTest.cpp @@ -32,7 +32,7 @@ TEST(BusyLoopTest, MultiThreaded) { // We normally have to call Wakeup to assure the Event is triggered. // But this check is for an internal feature of the BlockingLoop. - // It's implemented to fall back to a busy loop regulary. + // It's implemented to fall back to a busy loop regularly. // If we're in the busy loop, the payload (and so the Event) is called all the time. // loop.Wakeup(); e.Wait(); -- cgit v1.2.3