From 4f3f850ee41713ea9e25d0dffbd45334bf140203 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Mon, 16 Dec 1991 20:00:44 +0000
Subject: [PATCH] typo

---
 code/filesys.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/filesys.lisp b/code/filesys.lisp
index af2b5fee7..57f3970a5 100644
--- a/code/filesys.lisp
+++ b/code/filesys.lisp
@@ -6,7 +6,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/filesys.lisp,v 1.19 1991/12/16 19:42:56 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/filesys.lisp,v 1.20 1991/12/16 20:00:44 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -578,7 +578,7 @@
 	       (setf file (concatenate 'string file "." type)))
 	     (unless (or (null version) (eq version :newest))
 	       (setf file (concatenate 'string file "."
-				       (quick-integer-to-string version)))))
+				       (quick-integer-to-string version))))
 	     (when (or (not verify-existance)
 		       (mach:unix-file-kind file))
 	       (funcall function file)))))))
-- 
GitLab