From ddc9620a21f520c74b46339307d404feacde9b22 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Thu, 26 Mar 1992 03:35:02 +0000
Subject: [PATCH] typo

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

diff --git a/code/sunos-os.lisp b/code/sunos-os.lisp
index 69c1a9201..07f0615af 100644
--- a/code/sunos-os.lisp
+++ b/code/sunos-os.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sunos-os.lisp,v 1.4 1992/02/29 02:29:54 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sunos-os.lisp,v 1.5 1992/03/26 03:35:02 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -52,7 +52,7 @@
 ;;; 
 (defun os-init ()
   ;; Decache version on save, because it might not be the same when we restart.
-  (setq *sofware-version* nil))
+  (setq *software-version* nil))
 
 ;;; GET-SYSTEM-INFO  --  Interface
 ;;;
-- 
GitLab