diff options
author | Colin Okay <colin@cicadas.surf> | 2022-08-05 13:05:32 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-08-05 13:05:32 -0500 |
commit | 84aab5128d98600f5210de98e1e480ca8fddffd6 (patch) | |
tree | daf1b6eb6120fd24ab3714ec79aeb3d92023c2c9 /app/modify.lisp | |
parent | 71637c96bd277364306abebf4add4e34a93325ff (diff) |
[fix] typos
Diffstat (limited to 'app/modify.lisp')
-rw-r--r-- | app/modify.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/modify.lisp b/app/modify.lisp index 0b5e53d..0b02371 100644 --- a/app/modify.lisp +++ b/app/modify.lisp @@ -33,7 +33,7 @@ (defhandler modify/unflag/handler (id) (ol::unflag-item (parse-identifier id))) -(defun modify/unflag/comnand () +(defun modify/unflag/command () (cli:make-command :name "unflag" :usage "<IDENTIFIER>" |