From 87a7c2e42da9a0224160253b9220618d21b31284 Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Thu, 23 Mar 2017 16:29:28 -0500
Subject: [PATCH] tweaks: fix a comment typo

---
 src/winio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/winio.c b/src/winio.c
index e5d630bb..1abed1da 100644
--- a/src/winio.c
+++ b/src/winio.c
@@ -2939,7 +2939,7 @@ void edit_scroll(scroll_dir direction, int nrows)
     }
 }
 
-/* Ensure that firstcolumn is at the startting column of the softwrapped chunk
+/* Ensure that firstcolumn is at the starting column of the softwrapped chunk
  * it's on.  We need to do this when the number of columns of the edit window
  * has changed, because then the width of softwrapped chunks has changed. */
 void ensure_firstcolumn_is_aligned(void)
-- 
GitLab