diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-11-28 12:10:01 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-11-28 12:10:01 -0800 |
commit | 1ec1f06dafe5510426ba2d3396d65acfd49b347b (patch) | |
tree | 5e68edf4acd48022ac1a1c94d5756c69fa56af0d /src/twm.h | |
parent | 12ae76feef16024a0911b0e61e64266b449599e7 (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/twm.h')
-rw-r--r-- | src/twm.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -55,7 +55,7 @@ from The Open Group. * twm include file * * 28-Oct-87 Thomas E. LaStrange File created - * 10-Oct-90 David M. Sternlicht Storeing saved colors on root + * 10-Oct-90 David M. Sternlicht Storing saved colors on root ***********************************************************************/ #ifndef _TWM_ @@ -106,7 +106,7 @@ typedef void (*SigProc) (int); /* type of function returned by signal() */ #define MAX_BUTTONS 16 /* max mouse buttons supported */ -/* info stings defines */ +/* info strings defines */ #define INFO_LINES 30 #define INFO_SIZE 200 @@ -165,7 +165,7 @@ typedef struct ColorPair { typedef struct _TitleButton { struct _TitleButton *next; /* next link in chain */ - const char *name; /* bitmap name in case of deferal */ + const char *name; /* bitmap name in case of deferral */ Pixmap bitmap; /* image to display in button */ int srcx, srcy; /* from where to start copying */ unsigned int width, height; /* size of pixmap */ @@ -244,7 +244,7 @@ typedef struct TwmWindow { int title_x; int title_y; int icon_x; /* icon text x coordinate */ - int icon_y; /* icon text y coordiante */ + int icon_y; /* icon text y coordinate */ int icon_w_width; /* width of the icon window */ int icon_w_height; /* height of the icon window */ int icon_width; /* width of the icon bitmap */ |