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/show.lisp | |
parent | 71637c96bd277364306abebf4add4e34a93325ff (diff) |
[fix] typos
Diffstat (limited to 'app/show.lisp')
-rw-r--r-- | app/show.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/show.lisp b/app/show.lisp index 2270e67..336e8e6 100644 --- a/app/show.lisp +++ b/app/show.lisp @@ -11,4 +11,4 @@ :name "show" :usage "<IDENTIFIER>" :description "show detailed information about a oneliner" - :handelr #'show/handler )) + :handler #'show/handler )) |