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 -1
View File
@@ -1095,7 +1095,7 @@ int Fl_Input_::undo() {
/** /**
Check if the last operation can be undone. 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 { bool Fl_Input_::can_undo() const {
return (undo_->undocut || undo_->undoinsert); return (undo_->undocut || undo_->undoinsert);