From 42f9c07927666c353a5eaf395718da5b6d12ce04 Mon Sep 17 00:00:00 2001 From: Cyrus Harmon Date: Thu, 5 Apr 2007 00:21:27 +0000 Subject: [PATCH] 1.0.4.24: documentation spelling fixes * invokation -> invocation (thanks to Dan Barlwo for pointing this out). --- doc/manual/debugger.texinfo | 6 +++--- version.lisp-expr | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/manual/debugger.texinfo b/doc/manual/debugger.texinfo index 93aa28a..45a4b99 100644 --- a/doc/manual/debugger.texinfo +++ b/doc/manual/debugger.texinfo @@ -26,7 +26,7 @@ the debugger, single-stepper and @code{trace}, and the effect of @menu * Debugger Banner:: -* Debugger Invokation:: +* Debugger Invocation:: @end menu @node Debugger Banner @@ -63,9 +63,9 @@ by entering the corresponding number or name. The current frame appears right underneath the restarts, immediately followed by the debugger prompt. -@node Debugger Invokation +@node Debugger Invocation @comment node-name, next, previous, up -@subsection Debugger Invokation +@subsection Debugger Invocation The debugger is invoked when: diff --git a/version.lisp-expr b/version.lisp-expr index 6681639..6c592fa 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"1.0.4.23" +"1.0.4.24" -- 1.7.10.4