Skip to content

Commit 26079b5

Browse files
authored
chore: Fix typo s/occured/occurred (#3988)
Signed-off-by: hugo-syn <[email protected]>
1 parent 866a533 commit 26079b5

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

plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Completion/Types.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ data Log
2727

2828
instance Pretty Log where
2929
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
3131
LogUnknownKeyWordInContextError kw ->
3232
"Lookup of key word failed for:" <+> viaShow kw
3333
LogUnknownStanzaNameInContextError sn ->
3434
"Lookup of stanza name failed for:" <+> viaShow sn
3535
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
3737
LogUseWithStaleFastNoResult -> "Package description couldn't be read"
3838
LogMapLookUpOfKnownKeyFailed key -> "Lookup of key in map failed even though it should exist" <+> pretty key
3939

0 commit comments

Comments
 (0)