1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
knu 2009-02-10 09:05:28 +00:00
parent 4579551c94
commit bda2980b2a
7 changed files with 18 additions and 18 deletions

View file

@ -1156,7 +1156,7 @@ Tue Aug 5 16:43:07 2008 Shugo Maeda <shugo@ruby-lang.org>
Tue Aug 5 16:33:20 2008 Shugo Maeda <shugo@ruby-lang.org> Tue Aug 5 16:33:20 2008 Shugo Maeda <shugo@ruby-lang.org>
* lib/net/imap.rb (disconnect): do not refer SSL::SSLSocket for * lib/net/imap.rb (disconnect): do not refer to SSL::SSLSocket for
environments without OpenSSL. backported from trunk. environments without OpenSSL. backported from trunk.
fixed [ruby-dev:35755]. fixed [ruby-dev:35755].
@ -2907,7 +2907,7 @@ Mon Apr 21 15:54:48 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
Mon Apr 21 10:17:17 2008 NAKAMURA Usaku <usa@ruby-lang.org> Mon Apr 21 10:17:17 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* time.c: should include <errno.h> to refer errno. * time.c: should include <errno.h> to refer to errno.
Mon Apr 21 10:02:43 2008 NAKAMURA Usaku <usa@ruby-lang.org> Mon Apr 21 10:02:43 2008 NAKAMURA Usaku <usa@ruby-lang.org>
@ -4692,8 +4692,8 @@ Tue Oct 2 20:35:24 2007 NAKAMURA Usaku <usa@ruby-lang.org>
Mon Oct 1 12:50:59 2007 Yukihiro Matsumoto <matz@ruby-lang.org> Mon Oct 1 12:50:59 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* gc.c (id2ref): valid id should not refer T_VALUE nor T_ICLASS. * gc.c (id2ref): valid id should not refer to T_VALUE nor
[ruby-dev:31911] T_ICLASS. [ruby-dev:31911]
Wed Sep 26 23:54:37 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> Wed Sep 26 23:54:37 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
@ -5369,7 +5369,7 @@ Mon Jun 4 11:11:12 2007 Shugo Maeda <shugo@ruby-lang.org>
error message. (backported from HEAD) error message. (backported from HEAD)
* lib/net/imap.rb (ResponseParser#parse_error): fixed * lib/net/imap.rb (ResponseParser#parse_error): fixed
the condition not to refer @token.symbol unexpectedly. the condition not to refer to @token.symbol unexpectedly.
Thanks, Dick Monahan. (backported from HEAD) Thanks, Dick Monahan. (backported from HEAD)
Thu May 31 17:27:53 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> Thu May 31 17:27:53 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
@ -9014,8 +9014,8 @@ Tue Apr 25 00:08:24 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
Fri Apr 21 15:19:13 2006 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> Fri Apr 21 15:19:13 2006 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* ext/tk/tcltklib.c (lib_eventloop_ensure): refer freed pointer * ext/tk/tcltklib.c (lib_eventloop_ensure): avoid dereferencing
[ruby-core:07744] and memory leak. freed pointer [ruby-core:07744] and memory leak.
Fri Apr 21 12:14:52 2006 Yukihiro Matsumoto <matz@ruby-lang.org> Fri Apr 21 12:14:52 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
@ -10657,7 +10657,7 @@ Wed Sep 28 23:09:23 2005 Yukihiro Matsumoto <matz@ruby-lang.org>
Wed Sep 28 15:14:19 2005 GOTOU Yuuzou <gotoyuzo@notwork.org> Wed Sep 28 15:14:19 2005 GOTOU Yuuzou <gotoyuzo@notwork.org>
* lib/webrick/cgi.rb (WEBrick::CGI#start): req.query_string should * lib/webrick/cgi.rb (WEBrick::CGI#start): req.query_string should
refer the value of QUERY_STRING. [ruby-list:41186] refer to the value of QUERY_STRING. [ruby-list:41186]
* lib/webrick/httprequest.rb (WEBrick::HTTPRequest#query_string=): * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#query_string=):
add new method. add new method.
@ -17010,7 +17010,7 @@ Mon Sep 6 11:00:47 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
Mon Sep 6 07:51:42 2004 Yukihiro Matsumoto <matz@ruby-lang.org> Mon Sep 6 07:51:42 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
* eval.c (cvar_cbase): singletons should refer outer cvar scope. * eval.c (cvar_cbase): singletons should refer to outer cvar scope.
[ruby-dev:24223] [ruby-dev:24223]
* eval.c (rb_load): should preserve previous ruby_wrapper value. * eval.c (rb_load): should preserve previous ruby_wrapper value.
@ -24933,7 +24933,7 @@ Tue Aug 5 15:47:34 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
Tue Aug 5 10:04:42 2003 Yukihiro Matsumoto <matz@ruby-lang.org> Tue Aug 5 10:04:42 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
* string.c (str_new4): ptr may refer null_str. * string.c (str_new4): ptr may refer to null_str.
Mon Aug 4 17:25:18 2003 Yukihiro Matsumoto <matz@ruby-lang.org> Mon Aug 4 17:25:18 2003 Yukihiro Matsumoto <matz@ruby-lang.org>

View file

@ -237,7 +237,7 @@ class TclTkVariable < TclTkObject
set(dat) if dat set(dat) if dat
end 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 # we provide the method for accessing variables
# set(data): set tcl/tk variable using `set' # set(data): set tcl/tk variable using `set'

View file

@ -1,3 +1,3 @@
Message catalogs in this directory depend on Tcl/Tk's message catalogs. Message catalogs in this directory depend on Tcl/Tk's message catalogs.
Texts of each locale are copied from Tcl/Tk8.5a1 widget demos. Texts of each locale are copied from Tcl/Tk8.5a1 widget demos.
Please refer '../msgs_tk/README'. Please refer to '../msgs_tk/README'.

View file

@ -39,7 +39,7 @@ module Net #:nodoc:
# #
# This library provides your program functions to access WWW # This library provides your program functions to access WWW
# documents via HTTP, Hyper Text Transfer Protocol version 1.1. # documents via HTTP, Hyper Text Transfer Protocol version 1.1.
# For details of HTTP, refer [RFC2616] # For details of HTTP, refer to [RFC2616]
# (http://www.ietf.org/rfc/rfc2616.txt). # (http://www.ietf.org/rfc/rfc2616.txt).
# #
# == Examples # == Examples

View file

@ -59,7 +59,7 @@ class WSDLEncodedRegistry < Registry
end end
end end
# map anything for now: must refer WSDL while mapping. [ToDo] # map anything for now: must refer to WSDL while mapping. [ToDo]
def soap2obj(node, obj_class = nil) def soap2obj(node, obj_class = nil)
begin begin
return any2obj(node, obj_class) return any2obj(node, obj_class)

View file

@ -133,7 +133,7 @@ class2path(klass)
n); n);
} }
if (rb_path2class(n) != rb_class_real(klass)) { if (rb_path2class(n) != rb_class_real(klass)) {
rb_raise(rb_eTypeError, "%s can't be referred", n); rb_raise(rb_eTypeError, "%s can't be referred to", n);
} }
return path; return path;
} }
@ -1034,7 +1034,7 @@ path2class(path)
VALUE v = rb_path2class(path); VALUE v = rb_path2class(path);
if (TYPE(v) != T_CLASS) { if (TYPE(v) != T_CLASS) {
rb_raise(rb_eArgError, "%s does not refer class", path); rb_raise(rb_eArgError, "%s does not refer to class", path);
} }
return v; return v;
} }
@ -1046,7 +1046,7 @@ path2module(path)
VALUE v = rb_path2class(path); VALUE v = rb_path2class(path);
if (TYPE(v) != T_MODULE) { if (TYPE(v) != T_MODULE) {
rb_raise(rb_eArgError, "%s does not refer module", path); rb_raise(rb_eArgError, "%s does not refer to module", path);
} }
return v; return v;
} }

View file

@ -274,7 +274,7 @@ rb_path2class(path)
case T_CLASS: case T_CLASS:
break; break;
default: default:
rb_raise(rb_eTypeError, "%s does not refer class/module", path); rb_raise(rb_eTypeError, "%s does not refer to class/module", path);
} }
} }