Fixed spelling errors in spec

This commit is contained in:
Davis King 2014-02-10 20:28:52 -05:00
parent fba0158925
commit 1f35b44ded
1 changed files with 2 additions and 2 deletions

View File

@ -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