summaryrefslogtreecommitdiff
path: root/doc/ref/scheme-io.texi
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2002-01-08 08:29:00 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2002-01-08 08:29:00 +0000
commit85a9b4ed19deecb22be379bd54f08e7edaf78ae1 (patch)
treed865d7dbe45dac7b5b12056647f8d5b57b06ec81 /doc/ref/scheme-io.texi
parent3969f6ca0639bc5fa9898d076a55e3488617fb25 (diff)
downloadguile-85a9b4ed19deecb22be379bd54f08e7edaf78ae1.tar.gz
Spell check.
Diffstat (limited to 'doc/ref/scheme-io.texi')
-rw-r--r--doc/ref/scheme-io.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/scheme-io.texi b/doc/ref/scheme-io.texi
index 2ea12174d..ee29a1325 100644
--- a/doc/ref/scheme-io.texi
+++ b/doc/ref/scheme-io.texi
@@ -936,7 +936,7 @@ string is used as the buffer.
Special treatment is required for ports which can be seeked at random.
Before various operations, such as seeking the port or changing from
input to output on a bidirectional port or vice versa, the port
-implemention must be given a chance to update its state. The write
+implementation must be given a chance to update its state. The write
buffer is updated by calling the @code{flush} ptob procedure and the
input buffer is updated by calling the @code{end_input} ptob procedure.
In the case of an fport, @code{flush} causes buffered output to be
@@ -1066,7 +1066,7 @@ Complete the processing of buffered output data. Reset the value of
Set using @code{scm_set_port_flush}.
@item end_input
-Perform any synchronisation required when switching from input to output
+Perform any synchronization required when switching from input to output
on the port. Reset the value of @code{rw_active} to @code{SCM_PORT_NEITHER}.
Set using @code{scm_set_port_end_input}.