summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 14:08:25 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 14:08:25 -0800
commit2ce24da43a5f8bc7d675b3d061c80bff6172a10c (patch)
tree52fd7d1c01bea1d32c6757ea55bf50a9d12b1aaf
parent9b5e869ac505bf14b0051dbaabe0de38133f5fd5 (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--Dvi.c4
-rw-r--r--DviChar.h2
-rw-r--r--README.md2
-rw-r--r--font.c2
4 files changed, 5 insertions, 5 deletions
diff --git a/Dvi.c b/Dvi.c
index c4f08f5..043f41b 100644
--- a/Dvi.c
+++ b/Dvi.c
@@ -60,7 +60,7 @@ from the X Consortium.
/* Private Data */
/* Note: default_font_map was too long a token for some machines...
- * therefor it has been split in to and assigned to resources
+ * therefore it has been split in two and assigned to resources
* in the ClassInitialize routine.
*/
static const char *default_font_map_1 = "\
@@ -515,7 +515,7 @@ ShowDvi (DviWidget dw)
while (dw->dvi.current_page != dw->dvi.requested_page) {
dw->dvi.current_page = ParseInput (dw);
/*
- * at EOF, seek back to the begining of this page.
+ * at EOF, seek back to the beginning of this page.
*/
if (feof (dw->dvi.file)) {
file_position = SearchPagePosition (dw,
diff --git a/DviChar.h b/DviChar.h
index 05e2b2e..2b9bea1 100644
--- a/DviChar.h
+++ b/DviChar.h
@@ -6,7 +6,7 @@
* 256 elements (actually only 256-32 are usable).
*
* The encoding names are taken from X -
- * case insensitive, a dash seperating the
+ * case insensitive, a dash separating the
* CharSetRegistry from the CharSetEncoding
*/
diff --git a/README.md b/README.md
index 889155d..5a82cf3 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,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/xditview
diff --git a/font.c b/font.c
index a7a4bec..031f9d3 100644
--- a/font.c
+++ b/font.c
@@ -68,7 +68,7 @@ LookupFontSizeBySize (DviWidget dw, DviFontList *f, int size)
#ifdef USE_XFT
/*
* Force a match of a core font for adobe-fontspecific
- * encodings; we dont have a scalable font in
+ * encodings; we don't have a scalable font in
* the right encoding
*/
best->core = False;