From 0b5a8d812392313fd8e1f79ee68069b009cd286e Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Sat, 23 May 2009 07:09:54 +0000 Subject: [PATCH] typo svn: r14951 --- collects/scribblings/reference/file-ports.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/reference/file-ports.scrbl b/collects/scribblings/reference/file-ports.scrbl index 3f95d386d0..07ae2879ab 100644 --- a/collects/scribblings/reference/file-ports.scrbl +++ b/collects/scribblings/reference/file-ports.scrbl @@ -53,7 +53,7 @@ cases, the port is buffered by default. The port produced by @scheme[open-input-file] should be explicitly closed, either though @scheme[close-input-port] or indirectly via @scheme[custodian-shutdown-all], to release the OS-level file -handle. The input port will not closed automatically if it is +handle. The input port will not be closed automatically if it is otherwise available for garbage collection (see @secref["gc-model"]); a @tech{will} could be associated input port to close it more automatically (see @secref["willexecutor"]). @@ -134,7 +134,7 @@ terminal, in which case is it line buffered bu default. The port produced by @scheme[open-output-port] should be explicitly closed, either though @scheme[close-output-port] or indirectly via @scheme[custodian-shutdown-all], to release the OS-level file -handle. The output port will not closed automatically if it is +handle. The output port will not be closed automatically if it is otherwise available for garbage collection (see @secref["gc-model"]); a @tech{will} could be associated input port to close it more automatically (see @secref["willexecutor"]).