codespell: fix spelling errors picked out by codespell (#4343)

This commit is contained in:
Ben Boeckel
2022-10-29 11:56:09 +00:00
committed by GitHub
parent e4b2054408
commit 28cff80652
41 changed files with 50 additions and 50 deletions

View File

@@ -7,16 +7,16 @@ Execute(The ghc handler should handle hdevtools output):
\ 'lnum': 147,
\ 'type': 'W',
\ 'col': 62,
\ 'text': '• Couldnt match type a -> T.Text with T.Text Expected type: [T.Text]',
\ 'text': "• Couldn't match type a -> T.Text with T.Text Expected type: [T.Text]",
\ 'detail': join([
\ '• Couldnt match type a -> T.Text with T.Text',
\ "• Couldn't match type a -> T.Text with T.Text",
\ ' Expected type: [T.Text]',
\ ], "\n"),
\ },
\ ],
\ ale#handlers#haskell#HandleGHCFormat(bufnr(''), [
\ 'foo.hs:147:62: warning:',
\ '• Couldnt match type a -> T.Text with T.Text',
\ "• Couldn't match type a -> T.Text with T.Text",
\ ' Expected type: [T.Text]',
\ ])