]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/rawbmp.h
Typo correction patch [ 1208110 ] Lots of typo corrections
[wxWidgets.git] / include / wx / rawbmp.h
index 1a8551ca19466dcb9c6534d019af4e94373f0743..43e20ab6ede42c9d5147fd996b375345a668a55a 100644 (file)
@@ -153,7 +153,7 @@ typedef wxPixelFormat<unsigned char, 24, 0, 1, 2> wxImagePixelFormat;
 
 // the (most common) native bitmap format without alpha support
 #if defined(__WXMSW__)
-    // under MSW the RGB components are inversed, they're in BGR order
+    // under MSW the RGB components are reversed, they're in BGR order
     typedef wxPixelFormat<unsigned char, 24, 2, 1, 0> wxNativePixelFormat;
 
     #define wxPIXEL_FORMAT_ALPHA 3