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

This commit is contained in:
Ben Boeckel
2022-10-29 20:56:09 +09:00
committed by GitHub
parent e4b2054408
commit 28cff80652
41 changed files with 50 additions and 50 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ function! ale_linters#matlab#mlint#Handle(buffer, lines) abort
let l:code = l:match[3]
let l:text = l:match[4]
" Suppress erroneous waring about filename
" Suppress erroneous warning about filename
" TODO: Enable this error when copying filename is supported
if l:code is# 'FNDEF'
continue