From 858987b06bac789b9de8c1e99571ef1d2cd6845d Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 17 Jan 2009 15:43:07 +0000 Subject: [PATCH] fix typos. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 24e7a01c20..d649a49187 100644 --- a/ChangeLog +++ b/ChangeLog @@ -318,7 +318,7 @@ Wed Jan 14 14:42:30 2009 TAKANO Mitsuhiro (takano32) Wed Jan 14 13:19:21 2009 Nobuyoshi Nakada - * 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. Wed Jan 14 13:09:00 2009 Nobuyoshi Nakada @@ -441,7 +441,7 @@ Tue Jan 13 02:21:43 2009 Nobuyoshi Nakada is_internal_cmd. * 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 have no meanings.