File tree 1 file changed +2
-2
lines changed
plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ data Log
27
27
28
28
instance Pretty Log where
29
29
pretty = \ case
30
- LogFileSplitError pos -> " An error occured when trying to separate the lines of the cabal file at position:" <+> pretty pos
30
+ LogFileSplitError pos -> " An error occurred when trying to separate the lines of the cabal file at position:" <+> pretty pos
31
31
LogUnknownKeyWordInContextError kw ->
32
32
" Lookup of key word failed for:" <+> viaShow kw
33
33
LogUnknownStanzaNameInContextError sn ->
34
34
" Lookup of stanza name failed for:" <+> viaShow sn
35
35
LogFilePathCompleterIOError fp ioErr ->
36
- " When trying to complete the file path:" <+> pretty fp <+> " the following unexpected IO error occured " <+> viaShow ioErr
36
+ " When trying to complete the file path:" <+> pretty fp <+> " the following unexpected IO error occurred " <+> viaShow ioErr
37
37
LogUseWithStaleFastNoResult -> " Package description couldn't be read"
38
38
LogMapLookUpOfKnownKeyFailed key -> " Lookup of key in map failed even though it should exist" <+> pretty key
39
39
You can’t perform that action at this time.
0 commit comments