summaryrefslogtreecommitdiff
path: root/xkbcomp.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 /xkbcomp.c
parentc8cfca25ab2ed65013448f7502bae933c66390ae (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 'xkbcomp.c')
-rw-r--r--xkbcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xkbcomp.c b/xkbcomp.c
index 37dc8f5..f144916 100644
--- a/xkbcomp.c
+++ b/xkbcomp.c
@@ -305,7 +305,7 @@ parseArgs(int argc, char *argv[])
{
if (warningLevel > 0)
{
- WARN("Multiple pre-error messsages specified\n");
+ WARN("Multiple pre-error messages specified\n");
ACTION2("Compiling %s, ignoring %s\n",
preErrorMsg, argv[i]);
}