Fix typos in various files

This commit is contained in:
Dimitris Apostolou 2018-03-01 13:36:19 +02:00 committed by Dimitris Apostolou
parent a69c713f8e
commit 57c0b1ed9f
18 changed files with 28 additions and 28 deletions

View file

@ -261,7 +261,7 @@ namespace tests
boost::thread th1( boost::bind(&test_levin_server::run, &srv1));
boost::thread th2( boost::bind(&test_levin_server::run, &srv2));
LOG_PRINT_L0("Initalized servers, waiting for worker threads started...");
LOG_PRINT_L0("Initialized servers, waiting for worker threads started...");
misc_utils::sleep_no_w(1000);