Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit a8f64c6

Browse files
committed
'Deprected' -> 'Deprecated'
1 parent 3b746c8 commit a8f64c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haddock-api/src/Haddock/Interface/Create.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ parseWarning renamer w =
232232
<$> processDocString renamer msg
233233
heading = case sort_ of
234234
WsWarning -> "Warning: "
235-
WsDeprecated -> "Deprected: "
235+
WsDeprecated -> "Deprecated: "
236236
(sort_, msgs) = warningTxtContents w
237237

238238

0 commit comments

Comments
 (0)