summaryrefslogtreecommitdiffstats
path: root/screen.c
diff options
context:
space:
mode:
authornicm <nicm>2016-06-10 11:46:15 +0000
committernicm <nicm>2016-06-10 11:46:15 +0000
commit17e474445983ce4fd28cf181829657f1b8ff6ad1 (patch)
tree4e320aab22a4e8995d520e735e8371caa2e40bae /screen.c
parentd9450bfccd3dc0c55c412a1871a70d3e94dd7be6 (diff)
Spelling error (incrased -> increased), from Josh Soref.
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/screen.c b/screen.c
index e002b96e..4fa8e4c9 100644
--- a/screen.c
+++ b/screen.c
@@ -146,7 +146,7 @@ screen_resize_x(struct screen *s, u_int sx)
/*
* Treat resizing horizontally simply: just ensure the cursor is
* on-screen and change the size. Don't bother to truncate any lines -
- * then the data should be accessible if the size is then incrased.
+ * then the data should be accessible if the size is then increased.
*
* The only potential wrinkle is if UTF-8 double-width characters are
* left in the last column, but UTF-8 terminals should deal with this