aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/lib/tk.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/tk/lib/tk.rb')
-rw-r--r--ext/tk/lib/tk.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb
index 67ea8ead46..956313b54e 100644
--- a/ext/tk/lib/tk.rb
+++ b/ext/tk/lib/tk.rb
@@ -2645,7 +2645,7 @@ if (/^(8\.[1-9]|9\.|[1-9][0-9])/ =~ Tk::TCL_VERSION && !Tk::JAPANIZED_TK)
def ENCODING_TABLE.get_name(enc)
orig_enc = enc
- # unles enc, use system default
+ # unless enc, use system default
# 1st: Ruby/Tk default encoding
# 2nd: Tcl/Tk default encoding
# 3rd: Ruby's default_external
@@ -2887,7 +2887,7 @@ if (/^(8\.[1-9]|9\.|[1-9][0-9])/ =~ Tk::TCL_VERSION && !Tk::JAPANIZED_TK)
# from tkencoding.rb by ttate@jaist.ac.jp
#attr_accessor :encoding
def encoding=(name)
- self.force_default_encoding = true # for comaptibility
+ self.force_default_encoding = true # for compatibility
self.default_encoding = name
end
@@ -5165,7 +5165,7 @@ class TkWindow<TkObject
# try to configure
configure(keys)
rescue
- # fail => includes options adaptable when creattion only?
+ # fail => includes options adaptable when creation only?
begin
tk_call_without_enc('destroy', @path)
rescue