From d4172965df4a17bebf13bf759e6c21a7c1e1e984 Mon Sep 17 00:00:00 2001
From: pw <pw>
Date: Thu, 26 Mar 1998 13:12:31 +0000
Subject: [PATCH] Correct spelling typo of funcallable-instance. Noted by Karl
 Hegbloom.

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

diff --git a/code/tty-inspect.lisp b/code/tty-inspect.lisp
index 9dbe5d5b0..9afeb71ce 100644
--- a/code/tty-inspect.lisp
+++ b/code/tty-inspect.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/tty-inspect.lisp,v 1.15 1994/10/31 04:11:27 ram Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/tty-inspect.lisp,v 1.16 1998/03/26 13:12:31 pw Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -150,7 +150,7 @@
     (instance (describe-instance-parts object :structure))
     (function
      (if (kernel:funcallable-instance-p object)
-	 (describe-instance-parts object :funcallabe-instance)
+	 (describe-instance-parts object :funcallable-instance)
 	 (describe-function-parts object)))
     (vector (describe-vector-parts object))
     (array (describe-array-parts object))
-- 
GitLab