Fix spelling

This commit is contained in:
Julian Ospald 2021-04-29 14:47:22 +02:00
parent 49ccadd470
commit a905c6322c
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ rmMajorSymlinks tv@GHCTargetVersion{..} = do
-----------------------------------
-- | Whethe the given GHC versin is installed.
-- | Whether the given GHC versin is installed.
ghcInstalled :: (MonadIO m, MonadReader AppState m, MonadThrow m) => GHCTargetVersion -> m Bool
ghcInstalled ver = do
ghcdir <- ghcupGHCDir ver