summaryrefslogtreecommitdiff
path: root/symbols.c
diff options
context:
space:
mode:
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.
*/