From 49a8e9d10e9ef68d0e2931eef6ccad3454945d59 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Thu, 19 Aug 1993 17:23:36 +0000 Subject: [PATCH] Typo. --- code/lispinit.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/lispinit.lisp b/code/lispinit.lisp index 24cbb3cb6..58e1515d6 100644 --- a/code/lispinit.lisp +++ b/code/lispinit.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/lispinit.lisp,v 1.39 1993/08/19 17:15:40 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/lispinit.lisp,v 1.40 1993/08/19 17:23:36 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -118,7 +118,7 @@ (when (eq keyword (car remaining)) (return t)))) -(in-package "CONDTIIONS") +(in-package "CONDITIONS") (defvar *break-on-signals* nil "When (typep condition *break-on-signals*) is true, then calls to SIGNAL will -- GitLab