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.
2 parents 8b587c3 + b5b17f7 commit c5cefa2Copy full SHA for c5cefa2
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