summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 11:38:16 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 11:38:16 -0800
commitb8c157bf095fa8be00c9b8d0ee7550610ae79c86 (patch)
tree19c192c4b49d659396157025738d6f84f763f09d
parent5d9c61bbc5f5c485df099e1b8536c25ec3afd741 (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--loadData.c2
-rw-r--r--xcmsdb.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index be19553..4b2cee5 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,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/app/xcmsdb
diff --git a/loadData.c b/loadData.c
index 6255378..e1bb2a0 100644
--- a/loadData.c
+++ b/loadData.c
@@ -653,7 +653,7 @@ ProcessIProfile(FILE *stream, XDCCC_Correction *pCorrection)
pIRec++;
} else {
short tmp;
- /* Note ansi C can handle 0x preceeding hex number */
+ /* Note ANSI C can handle 0x preceding hex number */
if (sscanf(ptoken, "%hi", &tmp) != 1) {
fprintf(stderr,
"Line %d: invalid Intensity Profile value %s\n",
diff --git a/xcmsdb.c b/xcmsdb.c
index b0b52c4..35ab22b 100644
--- a/xcmsdb.c
+++ b/xcmsdb.c
@@ -834,7 +834,7 @@ _XcmsGetElement(int format, char **pValue, unsigned long *pCount)
/*
* NAME
- * _XcmsGetProperty -- Determine the existance of a property
+ * _XcmsGetProperty -- Determine the existence of a property
*
* SYNOPSIS
*/