Commit 603bd85a authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

windowscodecs: Spelling fixes in a comment.

parent ab71398e
......@@ -669,8 +669,8 @@ static HRESULT WINAPI PaletteImpl_InitializeFromBitmap(IWICPalette *palette,
hr = IWICBitmapSource_GetPixelFormat(source, &format);
if (hr != S_OK) return hr;
/* For interoperability with gdiplus where PixelFormat24bppRGB actully stored
* as BGR (and there is no a corresponding RGB format) we have to use 24bppBGR
/* For interoperability with gdiplus where PixelFormat24bppRGB is actually stored
* as BGR (and there is no corresponding RGB format), we have to use 24bppBGR
* to avoid format conversions.
*/
if (!IsEqualGUID(&format, &GUID_WICPixelFormat24bppBGR))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment