From dcb6a0443dd5ab76c4b697ceca5053024d62d6a5 Mon Sep 17 00:00:00 2001
From: gerd <gerd>
Date: Wed, 26 Mar 2003 12:35:29 +0000
Subject: [PATCH] 	* code/class.lisp (order-layout-inherits): Fix a typo.

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

diff --git a/code/class.lisp b/code/class.lisp
index a807c90e4..b1a9efad5 100644
--- a/code/class.lisp
+++ b/code/class.lisp
@@ -5,7 +5,7 @@
 ;;; Carnegie Mellon University, and has been placed in the public domain.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/class.lisp,v 1.52 2003/03/22 16:15:22 gerd Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/class.lisp,v 1.53 2003/03/26 12:35:29 gerd Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -209,7 +209,7 @@
 	  (unless (eql depth -1)
 	    (let ((old-layout (svref inherits depth)))
 	      (unless (or (eql old-layout 0) (eq old-layout layout))
-		(error "Layout depth confict: ~S~%  ~
+		(error "Layout depth conflict: ~S~%  ~
 		        (~S collides at ~S with ~S)~%"
 		       layouts layout depth old-layout)))
 	    (setf (svref inherits depth) layout))))
-- 
GitLab