diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-04-21 23:21:13 +0200 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-04-22 06:47:06 +0000 |
commit | b2e86d2e26a7675b925b50b26e0ed4b3a946e9b9 (patch) | |
tree | 2a7d90a0621d8b6a7b158b2cbf3fba15e39f18ce /canvas | |
parent | 2e1a724c2029783e84d7c508c6010afac0d6d10f (diff) |
Fix typos
Change-Id: Iea11112a1bf1ff934de0e355b9e81979aa1966a3
Reviewed-on: https://gerrit.libreoffice.org/24286
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/directx/dx_surfacebitmap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/directx/dx_surfacebitmap.cxx b/canvas/source/directx/dx_surfacebitmap.cxx index f7a3dde7dd9f..fac6d9e0d68b 100644 --- a/canvas/source/directx/dx_surfacebitmap.cxx +++ b/canvas/source/directx/dx_surfacebitmap.cxx @@ -292,7 +292,7 @@ namespace dxcanvas { // since clients will most probably draw directly // to the GDI+ bitmap, we need to mark it as dirty - // to ensure that the corrosponding dxsurface will + // to ensure that the corresponding dxsurface will // be updated. mbIsSurfaceDirty = true; |