summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-30 08:53:56 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-30 08:53:56 -0800
commit5e8eb2d8c9e9a51a8015a15d268578482589549d (patch)
treee48523d620bc905be86329c9e26c20a73e8ea38e
parent782c9800be3d2d9973fe2131c10556d9971f2d00 (diff)
downloadxorg-driver-xf86-video-vesa-5e8eb2d8c9e9a51a8015a15d268578482589549d.tar.gz
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/vesa.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1fb77ab..b202110 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-vesa
diff --git a/src/vesa.c b/src/vesa.c
index 8d47294..b2a1922 100644
--- a/src/vesa.c
+++ b/src/vesa.c
@@ -186,7 +186,7 @@ static IsaChipsets VESAISAchipsets[] = {
/*
* This contains the functions needed by the server after loading the
* driver module. It must be supplied, and gets added the driver list by
- * the Module Setup funtion in the dynamic case. In the static case a
+ * the Module Setup function in the dynamic case. In the static case a
* reference to this is compiled in, and this requires that the name of
* this DriverRec be an upper-case version of the driver name.
*/