From 03f4bd521efd2e7592d9c674623016b0bd719413 Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Mon, 13 Jul 2009 23:13:22 +1200 Subject: [PATCH] fix typo in a comment --- plugin/syntastic.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/syntastic.vim b/plugin/syntastic.vim index 34ae0f88..1a128691 100644 --- a/plugin/syntastic.vim +++ b/plugin/syntastic.vim @@ -165,7 +165,7 @@ endfunction sign define SyntaxError text=>> texthl=error "start counting sign ids at 5000, start here to hopefully avoid conflicting -"wiht any other code that places signs (not sure if this precaution is +"with any other code that places signs (not sure if this precaution is "actually needed) let s:first_sign_id = 5000 let s:next_sign_id = s:first_sign_id