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

@@ -124,7 +124,7 @@
// temporary buffer for rendering a single screenline, so it can be
// comparared with previous contents to calulate smallest delta.
// comparared with previous contents to calculate smallest delta.
static size_t linebuf_size = 0;
static schar_T *linebuf_char = NULL;
static sattr_T *linebuf_attr = NULL;