summaryrefslogtreecommitdiff
path: root/widgets.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 14:25:45 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 14:25:45 -0800
commitae0c5a4048bec6ebcc61a8cd4abbe79ac367c53e (patch)
tree9dfc73358b13959989c507a0b3004420b509b729 /widgets.c
parent15be5d8d295f4d7c779845cd11e06c08cfacad85 (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 'widgets.c')
-rw-r--r--widgets.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/widgets.c b/widgets.c
index fc89815..8ec7640 100644
--- a/widgets.c
+++ b/widgets.c
@@ -29,7 +29,7 @@ in this Software without prior written authorization from The Open Group.
#include <stdio.h>
#include <X11/Intrinsic.h>
-#include <X11/StringDefs.h> /* Get standard string definations. */
+#include <X11/StringDefs.h> /* Get standard string definitions. */
#include <X11/Xaw/AsciiText.h>
#include <X11/Xaw/Box.h>
@@ -73,7 +73,7 @@ static void FreeResBox ( Widget w, XtPointer ptr, XtPointer junk );
/* Function Name: RebuildMenusAndLabel
- * Description: Determins if the user has selected an application
+ * Description: Determines if the user has selected an application
* which uses a different toolkit. Xt is the default.
* If this is so, destroys and recreates the menus and
* information label at the top of the application.
@@ -310,7 +310,7 @@ CreateCommandMenu(Widget parent, String toolkit)
/* Function Name: CreateTreeCommandMenu
- * Description: Creats the command menu.
+ * Description: Creates the command menu.
* Arguments: parent - widget to put this menu into.
* Returns: none.
*/
@@ -407,7 +407,7 @@ CreateTreeCommandMenu(Widget parent, String toolkit)
static Pixmap old_pixmap;
/* Function Name: PrepareToLayoutTree
- * Description: prepares the Tree widget to be layed out.
+ * Description: prepares the Tree widget to be laid out.
* Arguments: tree - the Tree widget.
* Returns: none
*/