From 2dc7dbc6f43358f3c325bdd2ae3b94e4d6096dc9 Mon Sep 17 00:00:00 2001 From: Aru Sahni Date: Fri, 6 Dec 2013 09:27:53 -0500 Subject: [PATCH] Fixing small type in help docs Incorrectly said "symobls" instead of "symbols." --- doc/syntastic.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/syntastic.txt b/doc/syntastic.txt index c91af81a..d0c4a37d 100644 --- a/doc/syntastic.txt +++ b/doc/syntastic.txt @@ -236,7 +236,7 @@ syntax errors: > *'syntastic_error_symbol'* *'syntastic_style_error_symbol'* *'syntastic_warning_symbol'* *'syntastic_style_warning_symbol'* Use this option to control what the syntastic |:sign| text contains. Several -error symobls can be customized: +error symbols can be customized: syntastic_error_symbol - For syntax errors, defaults to '>>' syntastic_style_error_symbol - For style errors, defaults to 'S>' syntastic_warning_symbol - For syntax warnings, defaults to '>>'