summaryrefslogtreecommitdiff
path: root/ext/tk/sample/editable_listbox.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/sample/editable_listbox.rb')
-rw-r--r--ext/tk/sample/editable_listbox.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tk/sample/editable_listbox.rb b/ext/tk/sample/editable_listbox.rb
index 02a3f4aad3..5cbd20e0a5 100644
--- a/ext/tk/sample/editable_listbox.rb
+++ b/ext/tk/sample/editable_listbox.rb
@@ -2,7 +2,7 @@
#
# Tk::RbWidget::Editable_Listbox class
#
-# When "DoubleClick-1" on a listbox item, the entry box is opend on the
+# When "DoubleClick-1" on a listbox item, the entry box is opened on the
# item. And when hit "Return" key on the entry box after modifying the
# text, the entry box is closed and the item is changed. Or when hit
# "Escape" key, the entry box is closed without modification.