Commit 5d2edfe8 authored by Davis King's avatar Davis King

fixed spelling error in comment

parent 67170338
...@@ -48,7 +48,7 @@ namespace dlib ...@@ -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.
......
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