about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--manual/io.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/io.texi b/manual/io.texi
index bd82f76ee8..56c82aabc1 100644
--- a/manual/io.texi
+++ b/manual/io.texi
@@ -59,7 +59,7 @@ the actual read or write operations, to tell them which file to operate
 on.  Certain functions expect streams, and others are designed to
 operate on file descriptors.
 
-When you have finished reading to or writing from the file, you can
+When you have finished reading from or writing to the file, you can
 terminate the connection by @dfn{closing} the file.  Once you have
 closed a stream or file descriptor, you cannot do any more input or
 output operations on it.