diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | transform.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 { |