summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 11:45:44 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 11:45:44 -0800
commit8256ff6160cc042565295dc0c31913515016c026 (patch)
treec505b6bce7616272af4bf047e208156d88664f47
parentb5c6fd043c08a0c84b7b2f04a0c28322cbc6a473 (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--showfont.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f84e4b3..afd9c38 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,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/showfont
diff --git a/showfont.c b/showfont.c
index 21b665d..e98f264 100644
--- a/showfont.c
+++ b/showfont.c
@@ -479,7 +479,7 @@ main(int argc, char **argv)
first.low > last.low)) {
last = first;
fprintf(stderr,
- "adjusting range -- specifed first char is after end\n");
+ "adjusting range -- specified first char is after end\n");
}
show_glyphs(fid, &hdr, show_all, first, last);
FSCloseFont(svr, fid);