Skip to content

Commit

Permalink
chore: update legit.lisp (#1757)
Browse files Browse the repository at this point in the history
Typicaly -> Typically
  • Loading branch information
eltociear authored Jan 21, 2025
1 parent bb7a2fb commit 8a5148b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/legit/legit.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ Currently Git-only. Concretely, this calls Git with the -w option.")
- exit code (integer)
Use with-current-project in the caller too.
Typicaly used to run an external process in the context of a diff buffer command."
Typically used to run an external process in the context of a diff buffer command."
(multiple-value-bind (output error-output exit-code)
(funcall fn)
(cond
Expand Down

0 comments on commit 8a5148b

Please sign in to comment.