summaryrefslogtreecommitdiffstats
path: root/vcl/opengl/win/gdiimpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/opengl/win/gdiimpl.cxx')
-rw-r--r--vcl/opengl/win/gdiimpl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/opengl/win/gdiimpl.cxx b/vcl/opengl/win/gdiimpl.cxx
index 9ca266a6604a..7fbf8f787639 100644
--- a/vcl/opengl/win/gdiimpl.cxx
+++ b/vcl/opengl/win/gdiimpl.cxx
@@ -40,7 +40,7 @@ void WinOpenGLSalGraphicsImpl::Init()
( mpContext->getOpenGLWindow().hWnd != mrParent.mhWnd ||
mpContext->getOpenGLWindow().hDC == mrParent.mhLocalDC ) )
{
- // This can legitimiately happen, SalFrame keeps 2x
+ // This can legitimately happen, SalFrame keeps 2x
// SalGraphics which share the same hWnd and hDC.
// The shape 'Area' dialog does reparenting to trigger this.
SAL_WARN("vcl.opengl", "Unusual: Windows handle / DC changed without DeInit");