Skip to content

Commit 0cc89d2

Browse files
authored
Correct a typo in ConfigUtils.hs (#1900)
* Correct a typo in ConfigUtils.hs * Correct a typo in Splice.hs
1 parent 861c8bf commit 0cc89d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hls-plugin-api/src/Ide/Plugin/ConfigUtils.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import Language.LSP.Types
2222
-- since diagnostics emit in arbitrary shake rules -- we don't know
2323
-- whether a plugin is capable of producing diagnostics.
2424

25-
-- | Generates a defalut 'Config', but remains only effective items
25+
-- | Generates a default 'Config', but remains only effective items
2626
pluginsToDefaultConfig :: IdePlugins a -> A.Value
2727
pluginsToDefaultConfig IdePlugins {..} =
2828
A.Object $

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ expandTHSplice _eStyle ideState params@ExpandSpliceParams {..} = do
101101
reportEditor
102102
MtWarning
103103
[ "Expansion in type-chcking phase failed;"
104-
, "trying to expand manually, but note taht it is less rigorous."
104+
, "trying to expand manually, but note that it is less rigorous."
105105
]
106106
pm <-
107107
liftIO $

0 commit comments

Comments
 (0)