diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-05-07 11:50:11 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-05-07 11:50:11 -0700 |
commit | 34ed91bd900937447fb79e88f276fe19e6aba457 (patch) | |
tree | 5169fdea0baeec723798b86959dea4cd24c9f59a /src/XawIm.c | |
parent | 8a8fbec86a2988aa96cbf913d1fa54946fd9cf82 (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 78d116f..9f666d2 100644 --- a/src/XawIm.c +++ b/src/XawIm.c @@ -300,7 +300,7 @@ DestroyAllIM(XawVendorShellExtPart *ve) contextErrDataRec *contextErrData; /* - * Destory all ICs + * Destroy all ICs */ if (IsSharedIC(ve)) { if ((p = ve->ic.shared_ic_table) && p->xic) { |