projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a5e946
)
typo
author
Matt Birkholz
<matt@birkholz.chandler.az.us>
Fri, 1 Jul 2011 23:38:46 +0000
(16:38 -0700)
committer
Matt Birkholz
<matt@birkholz.chandler.az.us>
Fri, 1 Jul 2011 23:38:46 +0000
(16:38 -0700)
src/runtime/genio.scm
patch
|
blob
|
history
diff --git
a/src/runtime/genio.scm
b/src/runtime/genio.scm
index 9b82fb6f9aa328742e229aa2951c8bae70b1980c..7d060cc823a1a51df0cc29c9194acbc6b2f518bf 100644
(file)
--- a/
src/runtime/genio.scm
+++ b/
src/runtime/genio.scm
@@
-28,8
+28,7
@@
USA.
;;; package: (runtime generic-i/o-port)
(declare (usual-integrations)
- (integrate-external "port")
- (integrate-exteranl "string"))
+ (integrate-external "port" "string"))
\f
(define (make-generic-i/o-port source sink #!optional type . extra-state)
(if (not (or source sink))