summaryrefslogtreecommitdiff
path: root/symbols.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2020-07-23 10:25:08 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2020-07-23 10:26:22 -0700
commit101d5f2bce9ee13521fe9cb47b7cfd00d01f5914 (patch)
treec5d0bf97da4001ef9ae9c4d267da481053439263 /symbols.c
parentc8cfca25ab2ed65013448f7502bae933c66390ae (diff)
downloadxorg-app-xkbcomp-101d5f2bce9ee13521fe9cb47b7cfd00d01f5914.tar.gz
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/symbols.c b/symbols.c
index ece1caa..9df7363 100644
--- a/symbols.c
+++ b/symbols.c
@@ -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.
*/