Fix typo in Doxygen text: unod --> undo

This commit is contained in:
ManoloFLTK 2024-09-12 14:14:18 +02:00
parent e2b703e77d
commit 31f4a44054
1 changed files with 1 additions and 1 deletions

View File

@ -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);