r3676: *** empty log message ***
[kmrcl.git] / strings.lisp
index 88ebbdfbabb2fdf4dc692ad60523654de0adece2..231ad6923fc1788d0ccfc5378a03e232a6cdf404 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: strings.lisp,v 1.4 2002/12/26 11:57:07 kevin Exp $
+;;;; $Id: strings.lisp,v 1.5 2002/12/28 07:59:37 kevin Exp $
 ;;;;
 ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -188,7 +188,7 @@ list of characters and replacement strings."
                (declare (fixnum oldpos))
                (if (char= repl-char (schar string oldpos))
                    (dotimes (repl-pos repl-length)
-                     (declare (fixnumm repl-pos))
+                     (declare (fixnum repl-pos))
                      (setf (schar new-string newpos) (schar repl-str repl-pos))
                      (incf newpos))
                    (progn