summaryrefslogtreecommitdiff
path: root/src/add_window.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2020-06-21 09:47:58 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2020-06-21 09:47:58 -0400
commitebaf16b08d739e798b36a0bc2ff139d068612d4d (patch)
tree663a8e166fa5954c4aaff6efc28a5eecb43b05ad /src/add_window.c
parent68703413c5d6d800f0f79d08ad51a86dc53713ce (diff)
include twm.h in header files which rely upon its definitions
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'src/add_window.c')
-rw-r--r--src/add_window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/add_window.c b/src/add_window.c
index b4189e1..3895729 100644
--- a/src/add_window.c
+++ b/src/add_window.c
@@ -51,7 +51,7 @@ in this Software without prior written authorization from The Open Group.
/**********************************************************************
*
- * Add a new window, put the titlbar and other stuff around
+ * Add a new window, put the titlebar and other stuff around
* the window
*
* 31-Mar-88 Tom LaStrange Initial Version.