mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 06:53:00 +00:00
[WIN32K] Fix spelling typo.
This commit is contained in:
parent
1158c24194
commit
78d20a9b3a
2 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue