Skip to content

Commit

Permalink
Merge pull request #10513 from cabalism/typo/waring
Browse files Browse the repository at this point in the history
Typo, Warning not Waring
  • Loading branch information
mergify[bot] authored Nov 15, 2024
2 parents f276006 + d8da6f6 commit fc85821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal/src/Distribution/Simple/Utils.hs
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ verbosityHandle verbosity
warn :: Verbosity -> String -> IO ()
warn verbosity msg = warnMessage "Warning" verbosity msg

-- | Like 'warn', but prepend @Error: …@ instead of @Waring: …@ before the
-- | Like 'warn', but prepend @Error: …@ instead of @Warning: …@ before the
-- the message. Useful when you want to highlight the condition is an error
-- but do not want to quit the program yet.
warnError :: Verbosity -> String -> IO ()
Expand Down

0 comments on commit fc85821

Please sign in to comment.