Skip to content

Commit c4de2e6

Browse files
authored
Fixed a typo (#971)
1 parent 7f6f414 commit c4de2e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/Buildfile.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ main = do
474474
maybeEbookPolish <- liftIO $ findExecutable "ebook-polish"
475475
case maybeEbookPolish of
476476
Nothing -> do
477-
putWarn "Could not find 'ebook-publish' on the PATH; plfa.epub is unpolished"
477+
putWarn "Could not find 'ebook-polish' on the PATH; plfa.epub is unpolished"
478478
copyFile' src out
479479
Just ebookPolish -> do
480480
command

0 commit comments

Comments
 (0)