summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2016-06-10 16:38:52 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2016-06-10 16:38:52 +0100
commit697b912f2697f8729a3c337052fe9ee55b0089af (patch)
treeab1a4306ffc778be402467890d9740e2e6c5a8b5
parentb9c95937edfd8798436c3c6c28af0ce47e30f445 (diff)
parent1a53e790576b3cd04277ecb7550cf4863be33530 (diff)
Merge branch 'master' of github.com:tmux/tmux
-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