summaryrefslogtreecommitdiff
path: root/src/twm.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 12:10:01 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 12:10:01 -0800
commit1ec1f06dafe5510426ba2d3396d65acfd49b347b (patch)
tree5e68edf4acd48022ac1a1c94d5756c69fa56af0d /src/twm.h
parent12ae76feef16024a0911b0e61e64266b449599e7 (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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/twm.h b/src/twm.h
index 2428391..3b0396a 100644
--- a/src/twm.h
+++ b/src/twm.h
@@ -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 */