aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2013-03-23 16:53:08 +0100
committerGravatar Tom Willemsen2013-03-23 16:53:08 +0100
commit2a37c88b344e83e8846da0a77b31918885391983 (patch)
tree3e1c2b7f8543f470bb414fa61803d190b227c3d5
parent977627a8af0e5028e95a679773a0c750987a17b7 (diff)
downloadclark-2a37c88b344e83e8846da0a77b31918885391983.tar.gz
clark-2a37c88b344e83e8846da0a77b31918885391983.zip
Fix typo
-rw-r--r--lisp/clark.lisp2
1 files changed, 1 insertions, 1 deletions
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))))