diff options
Diffstat (limited to 'ext/tk')
-rw-r--r-- | ext/tk/lib/tcltk.rb | 2 | ||||
-rw-r--r-- | ext/tk/sample/msgs_rb/README | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/tk/lib/tcltk.rb b/ext/tk/lib/tcltk.rb index 7f6f41605..c875a3503 100644 --- a/ext/tk/lib/tcltk.rb +++ b/ext/tk/lib/tcltk.rb @@ -237,7 +237,7 @@ class TclTkVariable < TclTkObject set(dat) if dat end - # although you can set/refer variable by using set in tcl/tk, + # although you can set/read variables by using set in tcl/tk, # we provide the method for accessing variables # set(data): set tcl/tk variable using `set' diff --git a/ext/tk/sample/msgs_rb/README b/ext/tk/sample/msgs_rb/README index 2e3ff2a9c..d986e031f 100644 --- a/ext/tk/sample/msgs_rb/README +++ b/ext/tk/sample/msgs_rb/README @@ -1,3 +1,3 @@ Message catalogs in this directory depend on Tcl/Tk's message catalogs. Texts of each locale are copied from Tcl/Tk8.5a1 widget demos. -Please refer '../msgs_tk/README'. +Please refer to '../msgs_tk/README'. |