From bfaf610fff372d6c4b0cdd887ec1997b97e8d25f Mon Sep 17 00:00:00 2001 From: alberth Date: Sat, 30 May 2009 11:42:19 +0000 Subject: (svn r16466) -Codechange: Improved wording in comments. --- src/window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/window.cpp') diff --git a/src/window.cpp b/src/window.cpp index 10165ef87..aed4065b2 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -287,7 +287,7 @@ static void DispatchLeftClickEvent(Window *w, int x, int y, bool double_click) } if (w->focused_widget != wi) { - /* Repaint the widget that loss focus. A focused edit box may else leave the caret left on the screen */ + /* Repaint the widget that lost focus. A focused edit box may else leave the caret on the screen. */ if (w->focused_widget != NULL) w->InvalidateWidget(w->focused_widget - w->widget); focused_widget_changed = true; w->focused_widget = wi; -- cgit v1.2.3-54-g00ecf