From 8efd39be747c729a7f5b40cbca3e2a93585f9413 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 19 Dec 2017 00:00:46 +0100 Subject: Fix typos Change-Id: Ibffe19c1dfda9d0f4ba8d2a0761ad1222491007f Reviewed-on: https://gerrit.libreoffice.org/46599 Tested-by: Jenkins Reviewed-by: Julien Nabet --- vcl/win/window/salframe.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl/win') diff --git a/vcl/win/window/salframe.cxx b/vcl/win/window/salframe.cxx index 0715c88f33c0..aedba07f6a5e 100644 --- a/vcl/win/window/salframe.cxx +++ b/vcl/win/window/salframe.cxx @@ -5455,7 +5455,7 @@ LRESULT CALLBACK SalFrameWndProc( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lP static int bInWheelMsg = FALSE; static int bInQueryEnd = FALSE; - // By WM_CRETAE we connect the frame with the window handle + // By WM_CREATE we connect the frame with the window handle if ( nMsg == WM_CREATE ) { // Save Window-Instance in Windowhandle -- cgit