summaryrefslogtreecommitdiff
path: root/editresP.h
diff options
context:
space:
mode:
Diffstat (limited to 'editresP.h')
-rw-r--r--editresP.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/editresP.h b/editresP.h
index 9adffc0..079b397 100644
--- a/editresP.h
+++ b/editresP.h
@@ -95,13 +95,13 @@ typedef struct _NameInfo {
typedef struct _ResourceBoxInfo {
Widget value_wid; /* The string containing the value. */
- Widget res_label; /* The label containing current resoruce. */
+ Widget res_label; /* The label containing current resource. */
Widget shell; /* Shell widget containing resource box. */
Widget norm_list; /* The List widget for the normal list. */
Widget cons_list; /* The List widget for the
Constriaint Resources */
NameInfo * name_info; /* The info about the widgets for each
- name and class in the instance heirarchy. */
+ name and class in the instance hierarchy. */
} ResourceBoxInfo;
typedef struct _WidgetResourceInfo {
@@ -132,7 +132,7 @@ typedef struct _WNode {
*/
typedef struct _AnyInfo {
- WNode * node; /* A Pointer off to the node corrsponding to
+ WNode * node; /* A Pointer off to the node corresponding to
this resource box. */
Widget left_dot, left_star; /* The dot and star widgets to our left. */
Widget right_dot, right_star; /* The dot and star widgets to our right. */
@@ -279,7 +279,7 @@ typedef struct _GetGeomInfo {
WidgetInfo widgets;
Boolean error;
char * message;
- Boolean visable;
+ Boolean visible;
short x, y;
unsigned short width, height, border_width;
} GetGeomInfo;