Fix spelling/wording issues

Found by using:
    codespell --builtin clear,rare,usage,informal,code,names

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Alan Coopersmith
2022-01-30 11:51:05 -08:00
parent d438a22241
commit 27c2d76404
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ Xorg mailing list:
https://lists.x.org/mailman/listinfo/xorg
The master development code repository can be found at:
The primary development code repository can be found at:
https://gitlab.freedesktop.org/xorg/driver/xf86-video-wsfb

View File

@@ -1065,7 +1065,7 @@ WsfbLoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices,
} else {
/*
* Change all colors in 2 ioctls
* and limit the data to be transfered.
* and limit the data to be transferred.
*/
for (i = 0; i < numColors; i++) {
if (indices[i] < indexMin)