Commit 314a33c8 authored by petr@mysql.com's avatar petr@mysql.com

fix a typo

parent 74b8b449
......@@ -127,7 +127,7 @@ void Listener_thread::run()
fd_set read_fds_arg= read_fds;
/*
We should reintialize timer as on linux it is modified
to reflect amout of time not slept.
to reflect amount of time not slept.
*/
tv.tv_sec= 0;
tv.tv_usec= 100000;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment