Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 366360d

Browse files
committed
Typos in the puppetlint checker.
1 parent 60578c3 commit 366360d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

syntax_checkers/puppet/puppetlint.vim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ if exists("g:loaded_syntastic_puppet_puppetlint_checker")
1515
endif
1616
let g:loaded_syntastic_puppet_puppetlint_checker=1
1717

18-
if exists("g:systastic_puppet_lint_arguments")
19-
let g:systastic_puppet_puppetlint_args = g:systastic_puppet_lint_arguments
20-
call syntastic#util#deprecationWarn("variable g:systastic_puppet_lint_arguments is deprecated, please use g:systastic_puppet_puppetlint_args instead")
18+
if exists("g:syntastic_puppet_lint_arguments")
19+
let g:syntastic_puppet_puppetlint_args = g:syntastic_puppet_lint_arguments
20+
call syntastic#util#deprecationWarn("variable g:syntastic_puppet_lint_arguments is deprecated, please use g:syntastic_puppet_puppetlint_args instead")
2121
endif
2222

2323
function! SyntaxCheckers_puppet_puppetlint_IsAvailable()

0 commit comments

Comments
 (0)