Fixed typo in error message.
This commit is contained in:
parent
a39ab12bc0
commit
cc3f5b07bc
|
@ -623,7 +623,7 @@
|
||||||
(let ((stream (:optional maybe-i/o (current-output-port))))
|
(let ((stream (:optional maybe-i/o (current-output-port))))
|
||||||
(cond ((output-port? stream) (s48name arg ... stream))
|
(cond ((output-port? stream) (s48name arg ... stream))
|
||||||
((integer? stream) body ...)
|
((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.
|
;;; This one depends upon S48's string ports.
|
||||||
(define-r4rs-output (display object) output s48-display
|
(define-r4rs-output (display object) output s48-display
|
||||||
|
|
Loading…
Reference in New Issue