summaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
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.