From 2239ecc4a18452521f079b697cbc0305536a7f81 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 10 Feb 2023 13:13:36 +0100 Subject: Fix typos in documentation and comments (no code changes) --- documentation/src/coordinates.dox | 4 ++-- documentation/src/subclassing.dox | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation') diff --git a/documentation/src/coordinates.dox b/documentation/src/coordinates.dox index cd393ca40..5dff210e4 100644 --- a/documentation/src/coordinates.dox +++ b/documentation/src/coordinates.dox @@ -141,8 +141,8 @@ to show the appropriate panel. For example, the user might be able to click on "Next" and "Prev" navigation buttons or keys, as shown below. -\image html wizard.png "FL_Wizard container widget" -\image latex wizard.png "FL_Wizard container widget" width=4cm +\image html wizard.png "Fl_Wizard container widget" +\image latex wizard.png "Fl_Wizard container widget" width=4cm \htmlonly 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
-- cgit v1.2.3