diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-10 09:05:28 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-10 09:05:28 +0000 |
| commit | bda2980b2a99930b4536a08199bbcaafc6391d26 (patch) | |
| tree | 64c86d8e66e893d2578869587c40a29431100a9d /ext/tk | |
| parent | 4579551c94c6a522f94e9c2f0538e5478ed32fe7 (diff) | |
Fix grammos regarding the verb "refer".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22197 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 7f6f41605d..c875a3503e 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 2e3ff2a9c4..d986e031fd 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'. |
