From 57483e9fe8f091ebd012cee02d92c3c4f2f8ae7a Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 10 Feb 2009 08:55:40 +0000 Subject: Fix grammos regarding the verb "refer". git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22196 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/lib/tcltk.rb | 2 +- ext/tk/sample/msgs_rb/README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ext') 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'. -- cgit