diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2020-08-08 10:32:28 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2020-08-08 10:33:56 -0700 |
commit | 09602b2130b3710bcca4d2707132bd47d4a832ef (patch) | |
tree | 675da52f5fd80b6b5019b7fbd3f49654374ce3fd /include/X11/fonts | |
parent | a8ccf66bc924fb02c9e944f99e84d90958dd142f (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>
Diffstat (limited to 'include/X11/fonts')
-rw-r--r-- | include/X11/fonts/FS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/fonts/FS.h b/include/X11/fonts/FS.h index 2ea6cd7..fa4ff80 100644 --- a/include/X11/fonts/FS.h +++ b/include/X11/fonts/FS.h @@ -59,7 +59,7 @@ in this Software without prior written authorization from The Open Group. #define FS_PROTOCOL_MINOR 0 #ifndef X_PROTOCOL -/* protocol familes */ +/* protocol families */ #define FamilyInternet 0 #define FamilyDECnet 1 #define FamilyChaos 2 |