We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b587c3 commit b5b17f7Copy full SHA for b5b17f7
cabal-testsuite/src/Test/Cabal/NeedleHaystack.hs
@@ -157,7 +157,7 @@ data NeedleHaystack =
157
}
158
159
-- | Symmetric needle and haystack functions, the same conversion for each going
160
--- forward and the same coversion for each going backward.
+-- forward and the same conversion for each going backward.
161
symNeedleHaystack :: (String -> String) -> (String -> String) -> NeedleHaystack
162
symNeedleHaystack bwd fwd = let tx = TxFwdBwd bwd fwd in NeedleHaystack True False tx tx
163
0 commit comments