fix typos.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2009-01-17 15:43:07 +00:00
parent 81732537b6
commit 858987b06b

View File

@ -318,7 +318,7 @@ Wed Jan 14 14:42:30 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk>
Wed Jan 14 13:19:21 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> Wed Jan 14 13:19:21 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* win32/win32.c (rb_w32_aspawn): should not escape with carret * win32/win32.c (rb_w32_aspawn): should not escape with caret
unless using cmd.exe. unless using cmd.exe.
Wed Jan 14 13:09:00 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> Wed Jan 14 13:09:00 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
@ -441,7 +441,7 @@ Tue Jan 13 02:21:43 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
is_internal_cmd. is_internal_cmd.
* win32/win32.c (argv_size, join_argv): escapes redirection, pipe * win32/win32.c (argv_size, join_argv): escapes redirection, pipe
and carret punctuations with carrets. and caret punctuations with carets.
* win32/win32.c (rb_w32_aspawn): ditto, and redirections and pipe * win32/win32.c (rb_w32_aspawn): ditto, and redirections and pipe
have no meanings. have no meanings.