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 /symbols.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 'symbols.c')
-rw-r--r-- | symbols.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1898,7 +1898,7 @@ PrepareKeyDef(KeyInfo * key) } } /* If all groups are completely identical remove them all */ - /* exept the first one. */ + /* except the first one. */ identical = True; for (i = lastGroup; i > 0; i--) { @@ -2084,7 +2084,7 @@ CopySymbolsDef(XkbFileInfo * result, KeyInfo * key, int start_from) /* assign kt_index[i] to the index of the type in map->types. * kt_index[i] may have been set by a previous run (if we have two * layouts specified). Let's not overwrite it with the ONE_LEVEL - * default group if we dont even have keys for this group anyway. + * default group if we don't even have keys for this group anyway. * * FIXME: There should be a better fix for this. */ |