From e4188606121f82aa14516c7fcab6680df050002d Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 3 Dec 2021 15:26:11 -0800 Subject: Fix spelling/wording issues Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith --- README.md | 2 +- fstobdf.h | 2 +- 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 */ -- cgit v1.2.3