summaryrefslogtreecommitdiff
path: root/documentation/src/advanced.dox
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/src/advanced.dox')
-rw-r--r--documentation/src/advanced.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/src/advanced.dox b/documentation/src/advanced.dox
index ff595139c..7a249dada 100644
--- a/documentation/src/advanced.dox
+++ b/documentation/src/advanced.dox
@@ -202,9 +202,9 @@ worker thread to re-use or update \p userdata.
\warning
The Fl::awake(void* message) call has been deprecated because the API was not
-sufficient to ensure the deliver of all message or the order of messages. The
+sufficient to ensure the deliver of all message or the order of messages. The
cal still exists for back compatibility, but should be repleaced with a call
-to Fl::awake(), Fl::awake(handler, user_data),
+to Fl::awake(), Fl::awake(handler, user_data),
or Fl::awake_once(handler, user_data).
\section advanced_multithreading_lockless FLTK multithreaded "lockless programming"