diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-05-07 10:56:22 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-05-07 10:58:54 -0700 |
commit | 794367d1ac396842c0213064ebcfe1f4e2219657 (patch) | |
tree | 55fe87da95c1b506aeb0beea91088516b309e5cf /src/XawIm.c | |
parent | f704f8cf083140a592a79705a3b104063d9b67c4 (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 'src/XawIm.c')
-rw-r--r-- | src/XawIm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XawIm.c b/src/XawIm.c index 1c733cd..db0f3e8 100644 --- a/src/XawIm.c +++ b/src/XawIm.c @@ -357,7 +357,7 @@ DestroyAllIM(XawVendorShellExtPart *ve) contextErrDataRec *contextErrData; /* - * Destory all ICs + * Destroy all ICs */ if (IsSharedIC(ve)) { if ((p = ve->ic.shared_ic_table) && p->xic) { |