diff src/screen.c @ 4352:04736b4030ec v7.3.925

updated for version 7.3.925 Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Mon, 06 May 2013 04:24:17 +0200
parents 1efc30385c41
children 3f2319a953b3
line wrap: on
line diff
--- a/src/screen.c
+++ b/src/screen.c
@@ -4044,7 +4044,7 @@ win_line(wp, lnum, startrow, endrow, noc
 
 		/* If a double-width char doesn't fit at the left side display
 		 * a '<' in the first column.  Don't do this for unprintable
-		 * charactes. */
+		 * characters. */
 		if (n_skip > 0 && mb_l > 1 && n_extra == 0)
 		{
 		    n_extra = 1;