summaryrefslogtreecommitdiff
path: root/canvas
diff options
context:
space:
mode:
Diffstat (limited to 'canvas')
-rw-r--r--canvas/inc/canvas/rendering/isurface.hxx2
-rw-r--r--canvas/source/directx/dx_surfacebitmap.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/canvas/inc/canvas/rendering/isurface.hxx b/canvas/inc/canvas/rendering/isurface.hxx
index adad313d46f3..65ec79b646e2 100644
--- a/canvas/inc/canvas/rendering/isurface.hxx
+++ b/canvas/inc/canvas/rendering/isurface.hxx
@@ -54,7 +54,7 @@ namespace canvas
*/
virtual bool selectTexture() = 0;
- /** Tells wether the surface is valid or not
+ /** Tells whether the surface is valid or not
*/
virtual bool isValid() = 0;
diff --git a/canvas/source/directx/dx_surfacebitmap.hxx b/canvas/source/directx/dx_surfacebitmap.hxx
index 3b40c7879862..c32b8321934c 100644
--- a/canvas/source/directx/dx_surfacebitmap.hxx
+++ b/canvas/source/directx/dx_surfacebitmap.hxx
@@ -132,7 +132,7 @@ namespace dxcanvas
// internal implementation of the iColorBuffer interface
canvas::IColorBufferSharedPtr mpColorBuffer;
- // indicates wether the associated surface needs
+ // indicates whether the associated surface needs
// to refresh its contents or not. in other words,
// this flag is set iff both representations are
// out of sync.