aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/clark.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/clark.lisp')
-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))))