Supply missing noun in error message for allocation-failure.
authorChris Hanson <org/chris-hanson/cph>
Fri, 20 Aug 1993 18:53:41 +0000 (18:53 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 20 Aug 1993 18:53:41 +0000 (18:53 +0000)
v7/src/edwin/utils.scm

index be188488a9191cba933765b912b10a59630b993b..9c95fe5d595b0016e16c7fdd9b592e488cb57681 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: utils.scm,v 1.31 1993/01/20 10:35:53 cph Exp $
+;;;    $Id: utils.scm,v 1.32 1993/08/20 18:53:41 cph Exp $
 ;;;
 ;;;    Copyright (c) 1986, 1989-93 Massachusetts Institute of Technology
 ;;;
@@ -64,7 +64,7 @@
            (write-string "Unable" port)))
       (write-string " to allocate " port)
       (write (access-condition condition 'N-WORDS) port)
-      (write-string " of storage." port))))
+      (write-string " words of storage." port))))
 
 (define error:allocation-failure
   (condition-signaller condition-type:allocation-failure