From 6dad1b879078c74f442f4f5ade1af1289ea547e3 Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Fri, 29 Nov 2024 14:42:27 -0500 Subject: [PATCH] Typo ths --- Cabal/src/Distribution/Simple/Program/Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cabal/src/Distribution/Simple/Program/Types.hs b/Cabal/src/Distribution/Simple/Program/Types.hs index 630b22580cf..3b03f6353cf 100644 --- a/Cabal/src/Distribution/Simple/Program/Types.hs +++ b/Cabal/src/Distribution/Simple/Program/Types.hs @@ -143,7 +143,7 @@ data ConfiguredProgram = ConfiguredProgram , programMonitorFiles :: [FilePath] -- ^ In addition to the 'programLocation' where the program was found, -- these are additional locations that were looked at. The combination - -- of ths found location and these not-found locations can be used to + -- of this found location and these not-found locations can be used to -- monitor to detect when the re-configuring the program might give a -- different result (e.g. found in a different location). }