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/WorkQueueThreadTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/UnitTests/Common/WorkQueueThreadTest.cpp') diff --git a/Source/UnitTests/Common/WorkQueueThreadTest.cpp b/Source/UnitTests/Common/WorkQueueThreadTest.cpp index a4bfc654f2..1f35e3419f 100644 --- a/Source/UnitTests/Common/WorkQueueThreadTest.cpp +++ b/Source/UnitTests/Common/WorkQueueThreadTest.cpp @@ -48,6 +48,6 @@ TEST(WorkQueueThread, Simple) worker.Push(2); worker.WaitForCompletion(); - // Still running after cancelation. + // Still running after cancellation. EXPECT_EQ(x, 2); } -- cgit v1.2.3