diff options
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; |