Fix spelling typos

This commit is contained in:
Thomas
2026-06-18 09:30:42 +02:00
parent 6476ec8f2c
commit 02db831d01
35 changed files with 47 additions and 47 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ TEST(boosted_tcp_server, worker_threads_are_exception_resistant)
}
};
// 2 theads, but 4 exceptions
// 2 threads, but 4 exceptions
ASSERT_TRUE(srv.run_server(2, false));
ASSERT_TRUE(srv.async_call([&counter_incrementer]() { counter_incrementer(); throw std::runtime_error("test 1"); }));
ASSERT_TRUE(srv.async_call([&counter_incrementer]() { counter_incrementer(); throw std::string("test 2"); }));