mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-15 13:00:25 -05:00
Fix various typos and spelling mistakes
This commit is contained in:
@@ -48,6 +48,6 @@ TEST(WorkQueueThread, Simple)
|
||||
|
||||
worker.Push(2);
|
||||
worker.WaitForCompletion();
|
||||
// Still running after cancelation.
|
||||
// Still running after cancellation.
|
||||
EXPECT_EQ(x, 2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user