Skip to content

Commit

Permalink
Merge pull request #364 from evils/patch-1
Browse files Browse the repository at this point in the history
Skiplist.hs: spelling nitpick
  • Loading branch information
ryantm authored Oct 8, 2023
2 parents a3f51a0 + fcf22a2 commit 8b390d0
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 8b390d0

Please sign in to comment.