mirror of
https://github.com/fltk/fltk.git
synced 2026-05-23 07:46:09 +08:00
Fix typo in Doxygen text: unod --> undo
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user