diff options
author | Ben Boeckel <mathstuf@users.noreply.github.com> | 2022-10-29 11:56:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-29 20:56:09 +0900 |
commit | 28cff80652f31d72807493487e92f32fe81648bd (patch) | |
tree | 2714193a64bd5e075c2f2ea0d11c1f655a144bd4 /ale_linters/awk/gawk.vim | |
parent | e4b20544082ba019d8095cbc24ffab43b15e8fc0 (diff) | |
download | ale-28cff80652f31d72807493487e92f32fe81648bd.zip |
codespell: fix spelling errors picked out by `codespell` (#4343)
Diffstat (limited to 'ale_linters/awk/gawk.vim')
-rw-r--r-- | ale_linters/awk/gawk.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/awk/gawk.vim b/ale_linters/awk/gawk.vim index fe961ae3..0c3212fd 100644 --- a/ale_linters/awk/gawk.vim +++ b/ale_linters/awk/gawk.vim @@ -1,5 +1,5 @@ " Author: kmarc <korondi.mark@gmail.com> -" Description: This file adds support for using GNU awk with sripts. +" Description: This file adds support for using GNU awk with scripts. call ale#Set('awk_gawk_executable', 'gawk') call ale#Set('awk_gawk_options', '') |