From c24374f99c22d9420d6d182ff835f07a5b954b48 Mon Sep 17 00:00:00 2001 From: planetmaker Date: Tue, 8 Jan 2013 22:46:42 +0000 Subject: (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow) --- src/window.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/window.cpp') diff --git a/src/window.cpp b/src/window.cpp index c50c02253..f818471bd 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -2475,7 +2475,7 @@ static void HandleKeyScrolling() { /* * Check that any of the dirkeys is pressed and that the focused window - * dont has an edit-box as focused widget. + * doesn't have an edit-box as focused widget. */ if (_dirkeys && !EditBoxInGlobalFocus()) { int factor = _shift_pressed ? 50 : 10; @@ -2806,7 +2806,7 @@ void SetWindowClassesDirty(WindowClass cls) /** * Mark this window's data as invalid (in need of re-computing) * @param data The data to invalidate with - * @param gui_scope Whether the funtion is called from GUI scope. + * @param gui_scope Whether the function is called from GUI scope. */ void Window::InvalidateData(int data, bool gui_scope) { @@ -3071,7 +3071,7 @@ int PositionNewsMessage(Window *w) /** * (Re)position network chat window at the screen. * @param w Window structure of the network chat window, may also be \c NULL. - * @return X coordinate of left edge of the repositioned network chat winodw. + * @return X coordinate of left edge of the repositioned network chat window. */ int PositionNetworkChatWindow(Window *w) { -- cgit v1.2.3-70-g09d2