summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-30 11:51:05 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-30 11:51:05 -0800
commit27c2d76404c7b440a6662446b189fa257c4cebfc (patch)
tree42b3c06943e17095bdb81ef75b4f8187867e9820
parentd438a22241ed5936e8be852b7c3702b6a76060b7 (diff)
Fix spelling/wording issues
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--README.md2
-rw-r--r--src/wsfb_driver.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9adec5a..7f201ee 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/src/wsfb_driver.c b/src/wsfb_driver.c
index 9a91295..a0078fb 100644
--- a/src/wsfb_driver.c
+++ b/src/wsfb_driver.c
@@ -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)