summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-09 13:17:22 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-09 13:17:22 -0800
commitebbd57a53d3b3f50276fe5a0c3fcb101b686af25 (patch)
tree02c9797c405ffb6f1ee87ba2860d81f3cbe4846a
parentbdd57f33b50f8735da8ae5f7cf4ca28588eef0f4 (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--transform.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2e650c3..811202f 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/app/xeyes
diff --git a/transform.h b/transform.h
index e2f5467..ae74806 100644
--- a/transform.h
+++ b/transform.h
@@ -1,6 +1,6 @@
/*
* header file for transformed coordinate system. No rotations
- * supported, as elipses cannot be rotated in X.
+ * supported, as ellipses cannot be rotated in X.
*/
typedef struct _transform {