summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
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 <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.