[WINDOWSCODECS] Sync with Wine Staging 4.18. CORE-16441
[reactos.git] / dll / win32 / windowscodecs / palette.c
index 1c1e858..f99cbe0 100644 (file)
@@ -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))