commit 87a7c2e42da9a0224160253b9220618d21b31284
parent f4ee83a76ddd3d7e076a0b8c8e3cd04587ea016f
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Thu, 23 Mar 2017 16:29:28 -0500
tweaks: fix a comment typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)