summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-15 16:18:58 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-15 16:20:46 -0800
commit88b05dc840390a17d085c7d82a409f689f29c1a3 (patch)
treefdcd248ecef1c5f7d351dbee278add52b70be11e
parentef2bafd97e0c6ed996e916d5aa9035b7050519aa (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
-rwxr-xr-xmake-readme.pl2
-rwxr-xr-xrelease.sh2
-rw-r--r--xorg.modules2
4 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 68b9653..4ab1d3a 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Xorg Developers mailing list:
https://lists.x.org/mailman/listinfo/xorg-devel
-The master development code repository can be found at:
+The primary development code repository can be found at:
https://gitlab.freedesktop.org/xorg/util/modular
diff --git a/make-readme.pl b/make-readme.pl
index e726ee4..04eed84 100755
--- a/make-readme.pl
+++ b/make-readme.pl
@@ -87,7 +87,7 @@ Please submit bug reports to the Xorg bugzilla:
https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-The master development code repository can be found at:
+The primary development code repository can be found at:
git://anongit.freedesktop.org/git/xorg/$module
diff --git a/release.sh b/release.sh
index bbe0182..d7fcd2a 100755
--- a/release.sh
+++ b/release.sh
@@ -903,7 +903,7 @@ do
shift
MODFILE=$1
;;
- # The jhbuild moduleset to update with relase info
+ # The jhbuild moduleset to update with release info
--moduleset)
check_option_args $1 $2
shift
diff --git a/xorg.modules b/xorg.modules
index 0cc40fc..e05badd 100644
--- a/xorg.modules
+++ b/xorg.modules
@@ -2699,7 +2699,7 @@
</suggests>
</autotools>
- <!-- XCB (X protocol C-language Binding) Modules Defintion -->
+ <!-- XCB (X protocol C-language Binding) Modules Definition -->
<autotools id="xcb-pthread-stubs">
<branch module="xorg/lib/pthread-stubs"
checkoutdir="xorg/lib/pthread-stubs"/>