[WIN32K] Fix spelling typo.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 22 Jun 2019 21:03:10 +0000 (23:03 +0200)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 23 Jun 2019 00:12:23 +0000 (02:12 +0200)
win32ss/gdi/eng/xlateobj.c
win32ss/user/ntuser/clipboard.c

index 53d2ceb..2fcdcc1 100644 (file)
@@ -387,7 +387,7 @@ EXLATEOBJ_vInitialize(
         return;
     }
 
-    /* Check if both of the pallettes are indexed */
+    /* Check if both of the palettes are indexed */
     if (!(ppalSrc->flFlags & PAL_INDEXED) || !(ppalDst->flFlags & PAL_INDEXED))
     {
         /* At least one palette is not indexed, calculate shifts/masks */
index 95f4489..d144220 100644 (file)
@@ -345,7 +345,7 @@ IntAddSynthesizedFormats(PWINSTATION_OBJECT pWinStaObj)
         IntAddFormatedData(pWinStaObj, CF_METAFILEPICT, DATA_SYNTH_USER, FALSE, TRUE);
 
     /* Note: We need to render the DIB or DIBV5 format as soon as possible
-       because pallette information may change */
+       because palette information may change */
     if (!bHaveDib && bHaveBm)
         IntSynthesizeDib(pWinStaObj, IntGetFormatElement(pWinStaObj, CF_BITMAP)->hData);
 }