Skip to content

Commit c78363f

Browse files
authored
fix a typo (#2024)
1 parent 92e4bad commit c78363f

File tree

1 file changed

+1
-1
lines changed
  • plugins/hls-splice-plugin/src/Ide/Plugin

1 file changed

+1
-1
lines changed

Diff for: plugins/hls-splice-plugin/src/Ide/Plugin/Splice.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ expandTHSplice _eStyle ideState params@ExpandSpliceParams {..} = do
100100
pure mresl
101101
reportEditor
102102
MtWarning
103-
[ "Expansion in type-chcking phase failed;"
103+
[ "Expansion in type-checking phase failed;"
104104
, "trying to expand manually, but note that it is less rigorous."
105105
]
106106
pm <-

0 commit comments

Comments
 (0)