summaryrefslogtreecommitdiff
path: root/utils.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 /utils.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 'utils.c')
-rw-r--r--utils.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/utils.c b/utils.c
index 19a3474..df49d36 100644
--- a/utils.c
+++ b/utils.c
@@ -65,7 +65,7 @@ SetMessage(Widget w, String str)
}
/* Function Name: GetAllStrings
- * Description: Returns a list of strings that have been borken up by
+ * Description: Returns a list of strings that have been broken up by
* the character specified.
* Arguments: in - the string to parse.
* sep - the separator character.
@@ -428,7 +428,7 @@ PopupCentered(XEvent *event, Widget w, XtGrabKind mode)
/* Function Name: _PopdownFileDialog
* Description: Destroys the file dialog, and calls the correct function.
* Arguments: w - a child of the dialog widget.
- * client_data - TRUE if command was sucessful.
+ * client_data - TRUE if command was successful.
* junk - ** UNUSED **.
* Returns: none.
*/
@@ -689,7 +689,7 @@ AddResource(ResourceInfo *res_info, WidgetResourceInfo *resource)
/* Function Name: FreeResources
- * Description: frees the resource inforation.
+ * Description: frees the resource information.
* Arguments: resources.
* Returns: none.
*/
@@ -724,7 +724,7 @@ FreeResources(WidgetResources *resources)
/* Function Name: CheckDatabase
* Description: Checks to see if the node is in the database.
* Arguments: db - the db to check
- * names, clases - names and clases, represented as quarks.
+ * names, classes - names and classes, represented as quarks.
* Returns: True if this entry is found.
*/
@@ -738,7 +738,7 @@ CheckDatabase(XrmDatabase db, XrmQuarkList names, XrmQuarkList classes)
}
/* Function Name: Quarkify
- * Description: Quarkifies the string list specifed.
+ * Description: Quarkifies the string list specified.
* Arguments: list - list of strings to quarkify
* ptr - an additional string to quarkify.
* Returns: none.