Skip to content

Commit

Permalink
Fixed a typo (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlingCat committed Feb 29, 2024
1 parent 7f6f414 commit c4de2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Buildfile.hs
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ main = do
maybeEbookPolish <- liftIO $ findExecutable "ebook-polish"
case maybeEbookPolish of
Nothing -> do
putWarn "Could not find 'ebook-publish' on the PATH; plfa.epub is unpolished"
putWarn "Could not find 'ebook-polish' on the PATH; plfa.epub is unpolished"
copyFile' src out
Just ebookPolish -> do
command
Expand Down

0 comments on commit c4de2e6

Please sign in to comment.