aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.c
diff options
context:
space:
mode:
authorBrian Wignall <brianwignall@gmail.com>2019-11-26 07:15:14 -0500
committerJustin M. Keyes <justinkz@gmail.com>2019-11-27 22:47:25 -0800
commit001e69cd4602e84219fd7cfd8ade62f0cb24097c (patch)
treedf635c6a687421d2126b004daec74f1fd2c1f55b /src/nvim/screen.c
parent86c4a87fe9a6ce7d5f8fb9de76490b1a0fa64538 (diff)
downloadrneovim-001e69cd4602e84219fd7cfd8ade62f0cb24097c.tar.gz
rneovim-001e69cd4602e84219fd7cfd8ade62f0cb24097c.tar.bz2
rneovim-001e69cd4602e84219fd7cfd8ade62f0cb24097c.zip
doc: fix typos
close #11459
Diffstat (limited to 'src/nvim/screen.c')
-rw-r--r--src/nvim/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/screen.c b/src/nvim/screen.c
index 7b9601a5a6..e9be7eed38 100644
--- a/src/nvim/screen.c
+++ b/src/nvim/screen.c
@@ -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;