From 3039da5eab198df0593811c0a5fb79ddf58e7f59 Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Mon, 25 Nov 2024 09:20:37 -0500 Subject: [PATCH] Typo prexif, reseved and unmatched ( --- doc/cabal-commands.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cabal-commands.rst b/doc/cabal-commands.rst index d13d13216c4..13f008b13e0 100644 --- a/doc/cabal-commands.rst +++ b/doc/cabal-commands.rst @@ -1297,7 +1297,7 @@ A list of all warnings with their constructor: - ``unsupported-bench``: unsupported benchmark type. - ``bench-unknown-extension``: ``main-is`` for benchmark is neither ``.hs`` nor ``.lhs``. - ``invalid-name-win``: invalid package name on Windows. -- ``reserved-z-prefix``: package with ``z-`` prexif (reseved for Cabal. +- ``reserved-z-prefix``: package with ``z-`` prefix (reserved for Cabal). - ``no-build-type``: missing ``build-type``. - ``undeclared-custom-setup``: ``custom-setup`` section without ``build-type: Custom`` - ``unknown-compiler-tested``: unknown compiler in ``tested-with``.