Skip to content

Commit f937497

Browse files
authored
Correct a typo in src/Stack/New.hs
1 parent fee62e7 commit f937497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Stack/New.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ instance Show NewException where
421421
show (AttemptedOverwrites fps) =
422422
"The template would create the following files, but they already exist:\n" <>
423423
unlines (map ((" " ++) . toFilePath) fps) <>
424-
"Use --force to ignore this, and overwite these files."
424+
"Use --force to ignore this, and overwrite these files."
425425
show (FailedToDownloadTemplatesHelp ex) =
426426
"Failed to download `stack templates` help. The HTTP error was: " <> show ex
427427
show (BadTemplatesHelpEncoding url err) =

0 commit comments

Comments
 (0)