Altered some comment wording

This commit is contained in:
Nate Kane 2011-01-17 20:35:37 +10:00
parent bd16c77359
commit 2ea3460539

View File

@ -117,7 +117,7 @@ function! indent_guides#gui_highlight_colors()
let l:hi_normal_guibg = color_helper#color_name_to_hex(l:color_name)
else
" background color could not be extracted, default to basic colors
" background color could not be detected, default to basic colors
call indent_guides#basic_highlight_colors()
endif