From 84a05acc8c341c2be383198496764992ae971a46 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 6 May 2013 04:24:17 +0200 Subject: updated for version 7.3.925 Problem: Typos in source files. Solution: Fix the typos. (Ken Takata) --- src/gui_w48.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui_w48.c') diff --git a/src/gui_w48.c b/src/gui_w48.c index 083ac8004..cfa09659d 100644 --- a/src/gui_w48.c +++ b/src/gui_w48.c @@ -1222,7 +1222,7 @@ gui_mch_set_text_area_pos(int x, int y, int w, int h) /* When side scroll bar is unshown, the size of window will change. * then, the text area move left or right. thus client rect should be - * forcely redraw. (Yasuhiro Matsumoto) */ + * forcedly redrawn. (Yasuhiro Matsumoto) */ if (oldx != x || oldy != y) { InvalidateRect(s_hwnd, NULL, FALSE); -- cgit v1.2.1