diff options
author | Elton Chung <elton@layerjet.com> | 2012-02-18 12:37:04 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-18 09:35:43 +0000 |
commit | 23af031b09dffe37222517d69f5337db26fdb307 (patch) | |
tree | ae1219ec20ccacd0fe9fdc0fc539e5b8f41420d3 /canvas/source | |
parent | 78e9ba6febb7402d4661fbf7934a2526efc8629a (diff) |
Fix typos in comments
Diffstat (limited to 'canvas/source')
-rw-r--r-- | canvas/source/directx/dx_surfacebitmap.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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. |