summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-09-12 14:14:18 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-09-12 14:14:18 +0200
commit31f4a44054f470447baec85e9c11b6a9ec3eb28a (patch)
tree749a770ae585667b16638e0bdb12c73bedf229af /src
parente2b703e77dfbc8c297bae5d27f1a40e7714425e7 (diff)
Fix typo in Doxygen text: unod --> undo
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Input_.cxx2
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);