summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Input_.cxx2
1 files changed, 1 insertions, 1 deletions
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);