diff options
author | Brian Wignall <brianwignall@gmail.com> | 2019-11-26 07:15:14 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2019-11-27 22:47:25 -0800 |
commit | 001e69cd4602e84219fd7cfd8ade62f0cb24097c (patch) | |
tree | df635c6a687421d2126b004daec74f1fd2c1f55b /src/nvim/syntax.c | |
parent | 86c4a87fe9a6ce7d5f8fb9de76490b1a0fa64538 (diff) | |
download | rneovim-001e69cd4602e84219fd7cfd8ade62f0cb24097c.tar.gz rneovim-001e69cd4602e84219fd7cfd8ade62f0cb24097c.tar.bz2 rneovim-001e69cd4602e84219fd7cfd8ade62f0cb24097c.zip |
doc: fix typos
close #11459
Diffstat (limited to 'src/nvim/syntax.c')
-rw-r--r-- | src/nvim/syntax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/syntax.c b/src/nvim/syntax.c index bdbc09a87a..61ee225eba 100644 --- a/src/nvim/syntax.c +++ b/src/nvim/syntax.c @@ -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(); } |