Fix various typos and spelling mistakes

This commit is contained in:
Sintendo
2026-01-17 19:02:37 +01:00
parent 9ec1d70f51
commit 1e0473e44f
101 changed files with 245 additions and 243 deletions

View File

@@ -48,6 +48,6 @@ TEST(WorkQueueThread, Simple)
worker.Push(2);
worker.WaitForCompletion();
// Still running after cancelation.
// Still running after cancellation.
EXPECT_EQ(x, 2);
}