mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
fixed spelling error in comment
This commit is contained in:
parent
6717033829
commit
5d2edfe811
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user