Fixed typo in error message.

This commit is contained in:
mainzelm 2003-03-03 09:43:17 +00:00
parent a39ab12bc0
commit cc3f5b07bc
1 changed files with 1 additions and 1 deletions

View File

@ -623,7 +623,7 @@
(let ((stream (:optional maybe-i/o (current-output-port))))
(cond ((output-port? stream) (s48name arg ... stream))
((integer? stream) body ...)
(else (error "Not a outport or file descriptor" stream))))))
(else (error "Not an outport or file descriptor" stream))))))
;;; This one depends upon S48's string ports.
(define-r4rs-output (display object) output s48-display