From 31f4a44054f470447baec85e9c11b6a9ec3eb28a Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:14:18 +0200 Subject: [PATCH] Fix typo in Doxygen text: unod --> undo --- src/Fl_Input_.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);