diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-11-28 14:25:45 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-11-28 14:25:45 -0800 |
commit | ae0c5a4048bec6ebcc61a8cd4abbe79ac367c53e (patch) | |
tree | 9dfc73358b13959989c507a0b3004420b509b729 /editresP.h | |
parent | 15be5d8d295f4d7c779845cd11e06c08cfacad85 (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 'editresP.h')
-rw-r--r-- | editresP.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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; |