Fix typo
This commit is contained in:
parent
977627a8af
commit
2a37c88b34
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||
|
|
Loading…
Reference in a new issue