From abdc5a5c80a448886b6bf41c4569936725a8968a Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 21 Dec 1993 23:32:46 +0000 Subject: [PATCH] Fix typo. --- v7/src/runtime/uerror.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/uerror.scm b/v7/src/runtime/uerror.scm index 3fedc5410..ac6bf952d 100644 --- a/v7/src/runtime/uerror.scm +++ b/v7/src/runtime/uerror.scm @@ -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)))) -- 2.25.1