diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-03 15:26:11 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-12-03 15:26:11 -0800 |
commit | e4188606121f82aa14516c7fcab6680df050002d (patch) | |
tree | e646adbb0c8b94af7dd8f23f2d80497cb4375464 | |
parent | d33be6f5c63df4287f1cd0353e2b820ecf62b94d (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.md | 2 | ||||
-rw-r--r-- | fstobdf.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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 */ |