typo
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Fri, 1 Jul 2011 23:38:46 +0000 (16:38 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Fri, 1 Jul 2011 23:38:46 +0000 (16:38 -0700)
src/runtime/genio.scm

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