From a1582a841b2864ad20c22cc18b04010f9a813128 Mon Sep 17 00:00:00 2001 From: Will Stamper Date: Sun, 24 Aug 2014 16:28:39 -0500 Subject: Spelling fixes --- runtime/syntax/tcl.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/syntax/tcl.vim') diff --git a/runtime/syntax/tcl.vim b/runtime/syntax/tcl.vim index 3c598267dc..06629d077f 100644 --- a/runtime/syntax/tcl.vim +++ b/runtime/syntax/tcl.vim @@ -171,7 +171,7 @@ syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgro " PACK " commands associated with pack -syn keyword tcltkPackSwitch contained forget info propogate slaves +syn keyword tcltkPackSwitch contained forget info propagate slaves syn keyword tcltkPackConfSwitch contained after anchor before expand fill in ipadx ipady padx pady side syn region tcltkCommand matchgroup=tcltkCommandColor start="\" matchgroup=NONE skip="^\s*$" end="]\|[^\\]*\s*$"he=e-1 contains=tclLineContinue,tcltkPackSwitch,tcltkPackConf,tcltkPackConfSwitch,tclNumber,tclVarRef,tclString,tcltkCommand keepend -- cgit