Skip to content

Commit 222ebb2

Browse files
authored
Merge pull request #11199 from cabalism/typo/documention
Fix typo in `--disable-documentation`
2 parents a5531c3 + 83ac783 commit 222ebb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cabal-testsuite/PackageTests/NewHaddock/DisableDoc/cabal.test.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Test.Cabal.Prelude
2-
-- Test that `cabal haddock --disable-documention` works as expected and leads
2+
-- Test that `cabal haddock --disable-documentation` works as expected and leads
33
-- to a warning if a local package makes an outer reference.
44
main = cabalTest . withRepo "repo" $ do
55
r <- cabal' "haddock" ["--disable-documentation", "B"]

0 commit comments

Comments
 (0)