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 /include/X11/Xaw3d/SmeBSBP.h | |
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 'include/X11/Xaw3d/SmeBSBP.h')
-rw-r--r-- | include/X11/Xaw3d/SmeBSBP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/Xaw3d/SmeBSBP.h b/include/X11/Xaw3d/SmeBSBP.h index 0bf9489..893620c 100644 --- a/include/X11/Xaw3d/SmeBSBP.h +++ b/include/X11/Xaw3d/SmeBSBP.h @@ -81,7 +81,7 @@ typedef struct { /* private resources. */ Boolean set_values_area_cleared; /* Remember if we need to unhighlight. */ - GC norm_gc; /* noral color gc. */ + GC norm_gc; /* normal color gc. */ GC rev_gc; /* reverse color gc. */ GC norm_gray_gc; /* Normal color (grayed out) gc. */ GC invert_gc; /* gc for flipping colors. */ |