summaryrefslogtreecommitdiff
path: root/src/Fl_Help_Dialog_Dox.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2025-02-05 12:34:39 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2025-02-05 12:34:39 +0100
commit904039c4c6cd2d67199709919fa1fc844b0f4af2 (patch)
tree149baa442aa8a166c64fd3025a0be65666beba21 /src/Fl_Help_Dialog_Dox.cxx
parent89d146eceee54ce2d4692751d3e7dcdb23817a28 (diff)
Fix typos and trailing whitespace
Also replace 'MSWindows' with 'Windows' where appropriate, leaving only old documents like README files from 1.3 and older as-is.
Diffstat (limited to 'src/Fl_Help_Dialog_Dox.cxx')
-rw-r--r--src/Fl_Help_Dialog_Dox.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_Help_Dialog_Dox.cxx b/src/Fl_Help_Dialog_Dox.cxx
index 5be2a9fcc..49d17d37c 100644
--- a/src/Fl_Help_Dialog_Dox.cxx
+++ b/src/Fl_Help_Dialog_Dox.cxx
@@ -40,9 +40,9 @@
/** \fn int Fl_Help_Dialog::load(const char *f)
\brief Loads the specified HTML file into the Fl_Help_View widget.
- The filename can also contain a target name ("filename.html#target"). Always
- use forward slashes as path deliminators, MSWindows-style backslashes are not
- supported here
+ The filename can also contain a target name ("filename.html#target"). Always
+ use forward slashes as path delimiters, Windows-style backslashes are not
+ supported here.
\param[in] f the name and path of an HTML file
\return 0 on success, -1 on error
\see Fl_Help_View::load(), fl_load_uri()