summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)