Skip to content

Commit

Permalink
Skiplist.hs: spelling nitpick
Browse files Browse the repository at this point in the history
checekd -> checked
and add a leading space between `name` and the string
  • Loading branch information
evils authored Sep 23, 2023
1 parent 2fda8bc commit fcf22a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Skiplist.hs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ skipOutpathCalcList =

binariesStickAround :: Text -> (Text -> Bool, Text)
binariesStickAround name =
infixOf name ("- " <> name <> "result is not automatically checekd because some binaries stick around")
infixOf name ("- " <> name <> " result is not automatically checked because some binaries stick around")

skiplister :: Skiplist -> TextSkiplister m
skiplister skiplist input = forM_ result throwError
Expand Down

0 comments on commit fcf22a2

Please sign in to comment.