Fixed typo in doc string for NEW-FILE-OPEN-EXCLUSIVE-OUTPUT-CHANNEL.
authorArthur A. Gleckler <gnu@speechcode.com>
Sat, 14 Apr 2012 23:19:32 +0000 (16:19 -0700)
committerArthur A. Gleckler <gnu@speechcode.com>
Sat, 14 Apr 2012 23:19:32 +0000 (16:19 -0700)
src/microcode/prosfile.c

index 9e9ad9b19dd604491642429313ba1fa992ea4caa..d9be67c8f097fad574c757811974d870c5f09a5e 100644 (file)
@@ -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)