From 651a65fe6cffb471c8200540a6154a8ffd1af652 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 6 Dec 2004 12:07:24 +0000 Subject: * ChangeLog: fix typo. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7478 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6ee9d1c99..df6f2580f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,8 +9,8 @@ Mon Dec 6 20:13:28 2004 NAKAMURA Usaku * io.c (pipe_open): win32 pipe support (experimental). - * win32/win32.[ch] (rb_w32_pipe_exec): return file descripters - instead of FILE structure. + * win32/win32.[ch] (rb_w32_pipe_exec): return file descriptors + instead of FILE structure objects. * win32/win32.[ch] (rb_w32_is_socket): new function. -- cgit