mirror of https://github.com/davisking/dlib.git
Fixed spelling errors in spec
This commit is contained in:
parent
fba0158925
commit
1f35b44ded
|
@ -162,7 +162,7 @@ namespace dlib
|
|||
void stop (
|
||||
);
|
||||
/*!
|
||||
enusres
|
||||
ensures
|
||||
- #is_running() == false
|
||||
- does not block.
|
||||
!*/
|
||||
|
@ -170,7 +170,7 @@ namespace dlib
|
|||
void stop_and_wait (
|
||||
);
|
||||
/*!
|
||||
enusres
|
||||
ensures
|
||||
- #is_running() == false
|
||||
- if (the action function is currently executing) then
|
||||
- blocks until it finishes
|
||||
|
|
Loading…
Reference in New Issue