From: Arthur A. Gleckler Date: Sat, 14 Apr 2012 23:19:32 +0000 (-0700) Subject: Fixed typo in doc string for NEW-FILE-OPEN-EXCLUSIVE-OUTPUT-CHANNEL. X-Git-Tag: release-9.2.0~252 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d48d9ac0c042d3338f92fe232b98482fd25bb897;p=mit-scheme.git Fixed typo in doc string for NEW-FILE-OPEN-EXCLUSIVE-OUTPUT-CHANNEL. --- 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)