Skip to content

Commit 32e45e5

Browse files
committed
spelling: variant
Signed-off-by: Josh Soref <[email protected]>
1 parent ac09c0a commit 32e45e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Stack/Types/Config.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ platformVariantSuffix :: PlatformVariant -> String
16211621
platformVariantSuffix PlatformVariantNone = ""
16221622
platformVariantSuffix (PlatformVariant v) = "-" ++ v
16231623

1624-
-- | Specialized bariant of GHC (e.g. libgmp4 or integer-simple)
1624+
-- | Specialized variant of GHC (e.g. libgmp4 or integer-simple)
16251625
data GHCVariant
16261626
= GHCStandard
16271627
-- ^ Standard bindist

0 commit comments

Comments
 (0)