summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Common/WorkQueueThreadTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/UnitTests/Common/WorkQueueThreadTest.cpp')
-rw-r--r--Source/UnitTests/Common/WorkQueueThreadTest.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}