diff options
| author | Matthias Melcher <github@matthiasm.com> | 2024-03-02 22:58:52 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2024-03-02 22:58:57 +0100 |
| commit | ec9430e744d33d6c88a00481057ecd5298c8e882 (patch) | |
| tree | 10b14ee81b145d93bf749e9780471e84685eebef /fluid/Fl_Widget_Type.h | |
| parent | 7fea97c7a7dd36ad15b8d70f339c901adf88ba46 (diff) | |
FLUID: comments, typos, formatting
Diffstat (limited to 'fluid/Fl_Widget_Type.h')
| -rw-r--r-- | fluid/Fl_Widget_Type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/Fl_Widget_Type.h b/fluid/Fl_Widget_Type.h index bcbafe4a1..b1773a501 100644 --- a/fluid/Fl_Widget_Type.h +++ b/fluid/Fl_Widget_Type.h @@ -57,7 +57,7 @@ protected: /// This variable is set for visible windows in batch mode. /// We can't open a window in batch mode, even if we want the "visible" flags /// set, so we need a second place to store this information while also - /// disabeling the output of the "hide" property by the Widget Type. + /// disabling the output of the "hide" property by the Widget Type. uchar override_visible_; void write_static(Fd_Code_Writer& f) FL_OVERRIDE; |
