Skip to content

Commit b5b17f7

Browse files
committed
Fix haddock typo: coversion
1 parent 8b587c3 commit b5b17f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cabal-testsuite/src/Test/Cabal/NeedleHaystack.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ data NeedleHaystack =
157157
}
158158

159159
-- | Symmetric needle and haystack functions, the same conversion for each going
160-
-- forward and the same coversion for each going backward.
160+
-- forward and the same conversion for each going backward.
161161
symNeedleHaystack :: (String -> String) -> (String -> String) -> NeedleHaystack
162162
symNeedleHaystack bwd fwd = let tx = TxFwdBwd bwd fwd in NeedleHaystack True False tx tx
163163

0 commit comments

Comments
 (0)