doc: fix typos

close #11459
This commit is contained in:
Brian Wignall
2019-11-26 07:15:14 -05:00
committed by Justin M. Keyes
parent 86c4a87fe9
commit 001e69cd46
15 changed files with 19 additions and 19 deletions

View File

@@ -7316,7 +7316,7 @@ static void set_hl_attr(int idx)
sgp->sg_attr = hl_get_syn_attr(idx+1, at_en);
// a cursor style uses this syn_id, make sure its atribute is updated.
// a cursor style uses this syn_id, make sure its attribute is updated.
if (cursor_mode_uses_syn_id(idx+1)) {
ui_mode_info_set();
}