diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-09-12 14:14:18 +0200 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2024-09-12 14:14:18 +0200 |
| commit | 31f4a44054f470447baec85e9c11b6a9ec3eb28a (patch) | |
| tree | 749a770ae585667b16638e0bdb12c73bedf229af | |
| parent | e2b703e77dfbc8c297bae5d27f1a40e7714425e7 (diff) | |
Fix typo in Doxygen text: unod --> undo
| -rw-r--r-- | src/Fl_Input_.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Input_.cxx b/src/Fl_Input_.cxx index 244644c09..18945c242 100644 --- a/src/Fl_Input_.cxx +++ b/src/Fl_Input_.cxx @@ -1095,7 +1095,7 @@ int Fl_Input_::undo() { /** Check if the last operation can be undone. - \return true if the widget can unod the last change + \return true if the widget can undo the last change */ bool Fl_Input_::can_undo() const { return (undo_->undocut || undo_->undoinsert); |
