aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/screen.h')
-rw-r--r--src/nvim/screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/screen.h b/src/nvim/screen.h
index 5e86dacd25..330ff1d4a1 100644
--- a/src/nvim/screen.h
+++ b/src/nvim/screen.h
@@ -27,7 +27,7 @@ typedef enum {
WC_BOTTOM_RIGHT
} WindowCorner;
-/// By default, all widows are draw on a single rectangular grid, represented by
+/// By default, all windows are drawn on a single rectangular grid, represented by
/// this ScreenGrid instance. In multigrid mode each window will have its own
/// grid, then this is only used for global screen elements that hasn't been
/// externalized.