Commit 1f35b44d authored by Davis King's avatar Davis King

Fixed spelling errors in spec

parent fba01589
...@@ -162,7 +162,7 @@ namespace dlib ...@@ -162,7 +162,7 @@ namespace dlib
void stop ( void stop (
); );
/*! /*!
enusres ensures
- #is_running() == false - #is_running() == false
- does not block. - does not block.
!*/ !*/
...@@ -170,7 +170,7 @@ namespace dlib ...@@ -170,7 +170,7 @@ namespace dlib
void stop_and_wait ( void stop_and_wait (
); );
/*! /*!
enusres ensures
- #is_running() == false - #is_running() == false
- if (the action function is currently executing) then - if (the action function is currently executing) then
- blocks until it finishes - blocks until it finishes
......
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