Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Tue, 21 Dec 1993 23:32:46 +0000 (23:32 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 21 Dec 1993 23:32:46 +0000 (23:32 +0000)
v7/src/runtime/uerror.scm

index 3fedc5410cd1ec29c01fc1827b78edfe081febea..ac6bf952dc6a19f0cf00a2aef31368c8879c09d9 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: uerror.scm,v 14.37 1993/12/17 00:05:57 cph Exp $
+$Id: uerror.scm,v 14.38 1993/12/21 23:32:46 cph Exp $
 
 Copyright (c) 1988-93 Massachusetts Institute of Technology
 
@@ -923,7 +923,7 @@ MIT in each case. |#
       '()
     (lambda (condition port)
       (write-string
-       "Object cannot be dumped because it contains an environment:"
+       "Object cannot be dumped because it contains an environment: "
        port)
       (write (access-condition condition 'DATUM) port))))