summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-03 15:26:11 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-12-03 15:26:11 -0800
commite4188606121f82aa14516c7fcab6680df050002d (patch)
treee646adbb0c8b94af7dd8f23f2d80497cb4375464
parentd33be6f5c63df4287f1cd0353e2b820ecf62b94d (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--fstobdf.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 810e1c4..960f4cd 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,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/fstobdf
diff --git a/fstobdf.h b/fstobdf.h
index 9b87b15..5645846 100644
--- a/fstobdf.h
+++ b/fstobdf.h
@@ -35,5 +35,5 @@ extern Bool EmitProperties ( FILE *outFile, FSXFontInfoHeader *fontHeader,
extern Bool EmitCharacters ( FILE *outFile, FSServer *fontServer,
FSXFontInfoHeader *fontHeader, Font fontID );
-extern unsigned long yResolution; /* intended vertical resoultion for font */
+extern unsigned long yResolution; /* intended vertical resolution for font */
extern unsigned long pointSize; /* font height in points */