summaryrefslogtreecommitdiff
path: root/documentation/src/advanced.dox
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2025-07-08 15:07:18 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2025-07-08 15:25:14 +0200
commit5d68428a0058649f07c9be3053bd58fd3462d6d9 (patch)
treed411546fba10c3f661978d96cf03211a92406296 /documentation/src/advanced.dox
parent3cf5a302fd2225b8d2622eb40e91262f4e7557c1 (diff)
Fix trailing whitespace and convert a few tabs to spaces
... according to CMP
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"