summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-15 16:10:21 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-15 16:10:21 -0800
commiteebb170e09a82982027ed50acf6f48e82f90a29e (patch)
treecfda94377bb557bb4c397ed504b8b3dcecb78536
parent9b3cb72304be1d79b865890a9bd05765806a05a5 (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--imake.c6
2 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index db67002..1cc99f9 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,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/util/imake
diff --git a/imake.c b/imake.c
index f23f2f1..0430833 100644
--- a/imake.c
+++ b/imake.c
@@ -66,11 +66,11 @@ in this Software without prior written authorization from The Open Group.
* found by searching the $PATH variable.
* Other features:
* imake reads the entire cpp output into memory and then scans it
- * for occurences of "@@". If it encounters them, it replaces it with
+ * for occurrences of "@@". If it encounters them, it replaces it with
* a newline. It also trims any trailing white space on output lines
* (because make gets upset at them). This helps when cpp expands
* multi-line macros but you want them to appear on multiple lines.
- * It also changes occurences of "XCOMM" to "#", to avoid problems
+ * It also changes occurrences of "XCOMM" to "#", to avoid problems
* with treating commands as invalid preprocessor commands.
*
* The macros MAKEFILE and MAKE are provided as macros
@@ -500,7 +500,7 @@ init(void)
static char argument[512];
/*
- * Sharable imake configurations require a
+ * Shareable imake configurations require a
* machine identifier.
*/
if (uname(&uts) != 0)