Fix typo in Doxygen text: unod --> undo
This commit is contained in:
parent
e2b703e77d
commit
31f4a44054
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user