Commit 87a7c2e4 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey Committed by Benno Schulenberg
Browse files

tweaks: fix a comment typo

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -2939,7 +2939,7 @@ void edit_scroll(scroll_dir direction, int nrows) ...@@ -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 * 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. */ * has changed, because then the width of softwrapped chunks has changed. */
void ensure_firstcolumn_is_aligned(void) void ensure_firstcolumn_is_aligned(void)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment