From 684a64dccdffb9f43dba34fd6e0332adbe93d043 Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Tue, 26 Jul 2005 13:18:21 +0000 Subject: [PATCH] Fix typo in error message. --- pcl/combin.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pcl/combin.lisp b/pcl/combin.lisp index 3af8b49c2..457a48d93 100644 --- a/pcl/combin.lisp +++ b/pcl/combin.lisp @@ -25,7 +25,7 @@ ;;; ************************************************************************* (file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/combin.lisp,v 1.24 2005/06/06 14:32:23 rtoy Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/pcl/combin.lisp,v 1.25 2005/07/26 13:18:21 rtoy Rel $") (in-package "PCL") @@ -181,7 +181,7 @@ ;; ;; Hack: The PROGN is here so that RESTART-CASE doesn't see the ;; ERROR. See MUNGE-RESTART-CASE-EXPRESSION in code:error.lisp. - `(progn (error "~@<~S used outsize of a effective method form.~@:>" 'call-method))) + `(progn (error "~@<~S used outside of a effective method form.~@:>" 'call-method))) (defmacro call-method-list (&rest calls) `(progn ,@calls)) -- GitLab