From ae0c5a4048bec6ebcc61a8cd4abbe79ac367c53e Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 28 Nov 2021 14:25:45 -0800 Subject: Fix spelling/wording issues Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith --- widgets.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'widgets.c') 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 #include -#include /* Get standard string definations. */ +#include /* Get standard string definitions. */ #include #include @@ -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 */ -- cgit v1.2.3