diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-07-14 17:07:59 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-07-17 19:17:46 +0200 |
commit | be604957ecab49b1f4dfcfa468d572e0da549d3c (patch) | |
tree | 62c202d1d8fb8041fdcb78ef3830dfca00480485 /vcl/win/window | |
parent | 26b52972a8ab15049e63a2518ff8e10d6288d074 (diff) |
Fix typos
Change-Id: I0fec2abc1bed9c0cfcd78d1b0f6daebc335831be
Reviewed-on: https://gerrit.libreoffice.org/39982
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'vcl/win/window')
-rw-r--r-- | vcl/win/window/salframe.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/win/window/salframe.cxx b/vcl/win/window/salframe.cxx index 3c370f50e6b5..1eae482cbdfa 100644 --- a/vcl/win/window/salframe.cxx +++ b/vcl/win/window/salframe.cxx @@ -3795,7 +3795,7 @@ static bool ImplHandlePaintMsg( HWND hWnd ) if ( bHasPaintRegion ) { // call BeginPaint/EndPaint to query the paint rect and use - // this infomation in the (deferred) paint + // this information in the (deferred) paint BeginPaint( hWnd, &aPs ); CopyRect( &aUpdateRect, &aPs.rcPaint ); } |