Skip to content

Commit b5eb3ef

Browse files
authored
Merge pull request #489 from felixonmars/patch-1
Correct a typo in Cabal/Config.hs
2 parents 818ad72 + 803cafd commit b5eb3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cabal-install-parsers/src/Cabal/Config.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ infixl 1 <&>
5252
-- Read config
5353
-------------------------------------------------------------------------------
5454

55-
-- | High level convinience function to find and read @~\/.cabal\/config@ file
55+
-- | High level convenience function to find and read @~\/.cabal\/config@ file
5656
--
5757
-- May throw 'IOException' when file doesn't exist, and 'ParseError'
5858
-- on parse error.

0 commit comments

Comments
 (0)