summaryrefslogtreecommitdiff
path: root/documentation/src/subclassing.dox
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-02-10 13:13:36 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-02-10 13:13:36 +0100
commit2239ecc4a18452521f079b697cbc0305536a7f81 (patch)
tree4f2fab0e89444d34fe25121d38e89e91f4268a38 /documentation/src/subclassing.dox
parenta3251b3208744f77e2589eb36cbf2df2a15bee4f (diff)
Fix typos in documentation and comments
(no code changes)
Diffstat (limited to 'documentation/src/subclassing.dox')
-rw-r--r--documentation/src/subclassing.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/src/subclassing.dox b/documentation/src/subclassing.dox
index 1fa8da9f3..7dfe2909b 100644
--- a/documentation/src/subclassing.dox
+++ b/documentation/src/subclassing.dox
@@ -138,7 +138,7 @@ MyClass::draw() {
\endcode
\todo Clarify Fl_Window::damage(uchar) handling - seems confused/wrong?
- ORing value doesn't match setting behaviour in FL_Widget.H!
+ ORing value doesn't match setting behavior in Fl_Widget.H!
\anchor subclassing_draw_box
void Fl_Widget::draw_box() const <br>