diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2020-07-23 10:25:08 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2020-07-23 10:26:22 -0700 |
commit | 101d5f2bce9ee13521fe9cb47b7cfd00d01f5914 (patch) | |
tree | c5d0bf97da4001ef9ae9c4d267da481053439263 /geometry.c | |
parent | c8cfca25ab2ed65013448f7502bae933c66390ae (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 'geometry.c')
-rw-r--r-- | geometry.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2882,7 +2882,7 @@ HandleGeometryFile(XkbFile * file, break; case StmtVModDef: if (!failWhat) - failWhat = "virtual modfier"; + failWhat = "virtual modifier"; case StmtInterpDef: if (!failWhat) failWhat = "symbol interpretation"; @@ -3256,7 +3256,7 @@ VerifyDoodadInfo(DoodadInfo * di, GeometryInfo * info) } break; default: - WSGO1("Uknown doodad type %d in VerifyDoodad\n", + WSGO1("Unknown doodad type %d in VerifyDoodad\n", (unsigned int) di->type); return False; } |