Fixed typo in comment.
authorArthur Gleckler <edu/mit/csail/zurich/arthur>
Sun, 27 Aug 2006 03:03:11 +0000 (03:03 +0000)
committerArthur Gleckler <edu/mit/csail/zurich/arthur>
Sun, 27 Aug 2006 03:03:11 +0000 (03:03 +0000)
v7/src/runtime/string.scm

index c15c09609010ebf15b1db297364eda497442f084..6e2fb494d12577d93df09621cfb8563c075b971f 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: string.scm,v 14.60 2006/07/27 00:03:52 cph Exp $
+$Id: string.scm,v 14.61 2006/08/27 03:03:11 savannah-arthur Exp $
 
 Copyright 1986,1987,1988,1992,1993,1994 Massachusetts Institute of Technology
 Copyright 1995,1997,1999,2000,2001,2002 Massachusetts Institute of Technology
@@ -1438,7 +1438,7 @@ USA.
 ;; The guarantors are integrated.  Most are structured as combination of
 ;; simple tests which the compiler can open-code, followed by a call to a
 ;; GUARANTEE-.../FAIL version which does the tests again to signal a
-;; menaingful message. Structuring the code this way significantly
+;; meaningful message.  Structuring the code this way significantly
 ;; reduces code bloat from large integrated procedures.
 
 (define-guarantee string "string")