From d48d9ac0c042d3338f92fe232b98482fd25bb897 Mon Sep 17 00:00:00 2001 From: "Arthur A. Gleckler" Date: Sat, 14 Apr 2012 16:19:32 -0700 Subject: [PATCH] Fixed typo in doc string for NEW-FILE-OPEN-EXCLUSIVE-OUTPUT-CHANNEL. --- src/microcode/prosfile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microcode/prosfile.c b/src/microcode/prosfile.c index 9e9ad9b19..d9be67c8f 100644 --- a/src/microcode/prosfile.c +++ b/src/microcode/prosfile.c @@ -68,7 +68,7 @@ If the file exists, it is rewritten.") DEFINE_PRIMITIVE ("NEW-FILE-OPEN-EXCLUSIVE-OUTPUT-CHANNEL", Prim_new_file_open_exclusive_output_channel, 2, 2, "Open an output file called FILENAME.\n\ -The channel number is saved in the cdr of WEAK-PAPIR.\n\ +The channel number is saved in the cdr of WEAK-PAIR.\n\ If the file exists, an error is signalled.") NEW_OPEN_FILE_PRIMITIVE (OS_open_exclusive_output_file) -- 2.25.1