fixed spelling error in comment

This commit is contained in:
Davis King 2017-04-02 16:31:55 -04:00
parent 6717033829
commit 5d2edfe811

View File

@ -48,7 +48,7 @@ namespace dlib
- there is a thread running - there is a thread running
- if (is_running()) then - if (is_running()) then
- next_time_to_run == the time when the next execution of the action - next_time_to_run == the time when the next execution of the action
function should occurr. (the time is given by ts.get_timestamp()) function should occur. (the time is given by ts.get_timestamp())
- stop_running is used to tell the thread to quit. If it is - stop_running is used to tell the thread to quit. If it is
set to true then the thread should end. set to true then the thread should end.