From 88bd16463e59455cda7e45e563867988c7e70d8d Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 12 Jul 2022 11:26:05 -0700 Subject: Fix spelling/wording issues Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith --- README.md | 2 +- man/ucs2any.man | 2 +- ucs2any.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fa1c38e..6f7b0b5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,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/font/util diff --git a/man/ucs2any.man b/man/ucs2any.man index 0a619f4..6c54ea3 100644 --- a/man/ucs2any.man +++ b/man/ucs2any.man @@ -62,7 +62,7 @@ and .SH FUTURE DIRECTIONS Hopefully a future release will have a facility similar to .B ucs2any -built into the server, and reencode ISO 10646-1 on the fly, because +built into the server, and re-encode ISO 10646-1 on the fly, because storing the same fonts in many different encodings is clearly a waste of storage capacity. .SH "SEE ALSO" diff --git a/ucs2any.c b/ucs2any.c index fa3b2a8..777ab64 100644 --- a/ucs2any.c +++ b/ucs2any.c @@ -32,7 +32,7 @@ * derive from a single ISO10646-1 master font a whole set of 8-bit * fonts in all ISO 8859 and various other encodings. (Hopefully * a future XFree86 release will have a similar facility built into - * the server, which can reencode ISO10646-1 on the fly, because + * the server, which can re-encode ISO10646-1 on the fly, because * storing the same fonts in many different encodings is clearly * a waste of storage capacity). */ @@ -725,7 +725,7 @@ main(int argc, char *argv[]) free(temp); } else { fprintf(stderr, "map file argument \"%s\" needs a " - "coresponding registry-encoding argument\n", fmap); + "corresponding registry-encoding argument\n", fmap); exit(0); } -- cgit v1.2.1