From 2a37c88b344e83e8846da0a77b31918885391983 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sat, 23 Mar 2013 16:53:08 +0100 Subject: Fix typo --- lisp/clark.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/clark.lisp b/lisp/clark.lisp index 3c288c3..8c90f3d 100644 --- a/lisp/clark.lisp +++ b/lisp/clark.lisp @@ -28,7 +28,7 @@ "Help texts for commands.") (defvar *max-command-name-length* 0 - "Lenght of the longest command name.") + "Length of the longest command name.") (defmacro call-command (name &rest args) (let ((command-name (make-command-name (symbol-name name)))) -- cgit v1.3-2-g0d8e