Fix typo in syntax highlighting for vim.
[vvhitespace] / syntax_highlighting / vvhitespace.vim
index 8c0e095..0c08226 100644 (file)
@@ -6,7 +6,7 @@ if exists("b:current_syntax")
   finish
 endif
 
   finish
 endif
 
-let b:current_synax = "vvhitespace"
+let b:current_syntax = "vvhitespace"
 
 " Stack IMP
 syn match stackIMP '^[sS][sS]'
 
 " Stack IMP
 syn match stackIMP '^[sS][sS]'