aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-06 12:07:24 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-12-06 12:07:24 +0000
commit699a1cab5d83a9be0087444731dbac9bebac872d (patch)
tree0e19f07e92b299eae1fd73d6210153d69219acc7 /ChangeLog
parent1acf7e6b018031df7d1413ae4d67e230034d0e20 (diff)
downloadruby-699a1cab5d83a9be0087444731dbac9bebac872d.tar.gz
* ChangeLog: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7478 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ee9d1c997..df6f2580f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,8 +9,8 @@ Mon Dec 6 20:13:28 2004 NAKAMURA Usaku <usa@ruby-lang.org>
* 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.