Skip to content

Commit

Permalink
docs: fix error message typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hraban committed Nov 12, 2024
1 parent 45ffad1 commit 628dd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
(if (uiop:directory-pathname-p from)
(if (app-p from)
(mktrampoline-app from to)
(error "Path ~A does appear to be a Mac app (missing Info.plist)" from))
(error "Path ~A does not appear to be a Mac app (missing Info.plist)" from))
(mktrampoline-bin from to)))


Expand Down

0 comments on commit 628dd88

Please sign in to comment.