summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-17 15:43:07 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-17 15:43:07 +0000
commit858987b06bac789b9de8c1e99571ef1d2cd6845d (patch)
tree5c47b2e6d26f0385e336af19191ac05146036136
parent81732537b67f5d122870809cf9b82b707e817334 (diff)
fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files 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) <tak@no32.tk>
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.
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.
* 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.