summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/X11/Xaw/AsciiSinkP.h2
-rw-r--r--include/X11/Xaw/AsciiSrcP.h4
-rw-r--r--include/X11/Xaw/AsciiTextP.h6
-rw-r--r--include/X11/Xaw/BoxP.h2
-rw-r--r--include/X11/Xaw/CommandP.h2
-rw-r--r--include/X11/Xaw/DialogP.h2
-rw-r--r--include/X11/Xaw/FormP.h2
-rw-r--r--include/X11/Xaw/GripP.h2
-rw-r--r--include/X11/Xaw/LabelP.h2
-rw-r--r--include/X11/Xaw/List.h4
-rw-r--r--include/X11/Xaw/ListP.h2
-rw-r--r--include/X11/Xaw/MenuButtoP.h2
-rw-r--r--include/X11/Xaw/MultiSinkP.h2
-rw-r--r--include/X11/Xaw/MultiSrc.h2
-rw-r--r--include/X11/Xaw/MultiSrcP.h2
-rw-r--r--include/X11/Xaw/Paned.h2
-rw-r--r--include/X11/Xaw/PanedP.h2
-rw-r--r--include/X11/Xaw/PannerP.h2
-rw-r--r--include/X11/Xaw/PortholeP.h2
-rw-r--r--include/X11/Xaw/RepeaterP.h2
-rw-r--r--include/X11/Xaw/ScrollbarP.h4
-rw-r--r--include/X11/Xaw/SimpleMenP.h2
-rw-r--r--include/X11/Xaw/SimpleP.h2
-rw-r--r--include/X11/Xaw/SmeBSBP.h4
-rw-r--r--include/X11/Xaw/SmeLineP.h2
-rw-r--r--include/X11/Xaw/SmeP.h2
-rw-r--r--include/X11/Xaw/StripCharP.h2
-rw-r--r--include/X11/Xaw/Text.h2
-rw-r--r--include/X11/Xaw/TextP.h4
-rw-r--r--include/X11/Xaw/TextSink.h8
-rw-r--r--include/X11/Xaw/TextSinkP.h2
-rw-r--r--include/X11/Xaw/TextSrc.h8
-rw-r--r--include/X11/Xaw/TextSrcP.h2
-rw-r--r--include/X11/Xaw/ToggleP.h2
-rw-r--r--include/X11/Xaw/TreeP.h4
-rw-r--r--include/X11/Xaw/VendorEP.h2
-rw-r--r--include/X11/Xaw/ViewportP.h2
37 files changed, 51 insertions, 51 deletions
diff --git a/include/X11/Xaw/AsciiSinkP.h b/include/X11/Xaw/AsciiSinkP.h
index 4bf440a..2598d0f 100644
--- a/include/X11/Xaw/AsciiSinkP.h
+++ b/include/X11/Xaw/AsciiSinkP.h
@@ -81,7 +81,7 @@ typedef struct {
XawTextInsertState laststate;
short cursor_x, cursor_y; /* Cursor Location. */
#ifndef OLDXAW
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} AsciiSinkPart;
diff --git a/include/X11/Xaw/AsciiSrcP.h b/include/X11/Xaw/AsciiSrcP.h
index 1f3f06e..9e1df91 100644
--- a/include/X11/Xaw/AsciiSrcP.h
+++ b/include/X11/Xaw/AsciiSrcP.h
@@ -112,7 +112,7 @@ typedef struct _AsciiSrcPart {
int ascii_length; /* length field for ascii string emulation */
#ifdef ASCII_DISK
- String filename; /* name of file for Compatability */
+ String filename; /* name of file for Compatibility */
#endif /* ASCII_DISK */
/* private */
@@ -125,7 +125,7 @@ typedef struct _AsciiSrcPart {
XawTextPosition length; /* length of file */
Piece *first_piece; /* first piece of the text */
#ifndef OLDXAW
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} AsciiSrcPart;
diff --git a/include/X11/Xaw/AsciiTextP.h b/include/X11/Xaw/AsciiTextP.h
index f91c362..6127297 100644
--- a/include/X11/Xaw/AsciiTextP.h
+++ b/include/X11/Xaw/AsciiTextP.h
@@ -82,7 +82,7 @@ extern AsciiTextClassRec asciiTextClassRec;
typedef struct {
int resource;
#ifndef OLDXAW
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} AsciiPart;
@@ -114,7 +114,7 @@ extern AsciiStringClassRec asciiStringClassRec;
typedef struct {
int resource;
#ifndef OLDXAW
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} AsciiStringPart;
@@ -148,7 +148,7 @@ extern AsciiDiskClassRec asciiDiskClassRec;
typedef struct {
char resource;
#ifndef OLDXAW
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} AsciiDiskPart;
diff --git a/include/X11/Xaw/BoxP.h b/include/X11/Xaw/BoxP.h
index b3c2573..352a4eb 100644
--- a/include/X11/Xaw/BoxP.h
+++ b/include/X11/Xaw/BoxP.h
@@ -81,7 +81,7 @@ typedef struct {
XtGeometryMask last_query_mode;
#ifndef OLDXAW
XawDisplayList *display_list;
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} BoxPart;
diff --git a/include/X11/Xaw/CommandP.h b/include/X11/Xaw/CommandP.h
index d0be64e..e0cc450 100644
--- a/include/X11/Xaw/CommandP.h
+++ b/include/X11/Xaw/CommandP.h
@@ -96,7 +96,7 @@ typedef struct {
Dimension corner_round;
#ifndef OLDXAW
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} CommandPart;
diff --git a/include/X11/Xaw/DialogP.h b/include/X11/Xaw/DialogP.h
index 8fb4735..7114d80 100644
--- a/include/X11/Xaw/DialogP.h
+++ b/include/X11/Xaw/DialogP.h
@@ -76,7 +76,7 @@ typedef struct _DialogPart {
Widget labelW; /* widget to display description */
Widget valueW; /* user response TextWidget */
#ifndef OLDXAW
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} DialogPart;
diff --git a/include/X11/Xaw/FormP.h b/include/X11/Xaw/FormP.h
index 43a58e9..12510be 100644
--- a/include/X11/Xaw/FormP.h
+++ b/include/X11/Xaw/FormP.h
@@ -97,7 +97,7 @@ typedef struct _FormPart {
Boolean resize_is_no_op; /* Causes resize to take not action */
#ifndef OLDXAW
XawDisplayList *display_list;
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} FormPart;
diff --git a/include/X11/Xaw/GripP.h b/include/X11/Xaw/GripP.h
index 427948a..d5b437c 100644
--- a/include/X11/Xaw/GripP.h
+++ b/include/X11/Xaw/GripP.h
@@ -71,7 +71,7 @@ extern GripClassRec gripClassRec;
typedef struct {
XtCallbackList grip_action;
#ifndef OLDXAW
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} GripPart;
diff --git a/include/X11/Xaw/LabelP.h b/include/X11/Xaw/LabelP.h
index e8cc611..3b520af 100644
--- a/include/X11/Xaw/LabelP.h
+++ b/include/X11/Xaw/LabelP.h
@@ -95,7 +95,7 @@ typedef struct {
int lbm_y; /* where in label */
unsigned int lbm_width, lbm_height; /* size of pixmap */
#ifndef OLDXAW
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} LabelPart;
diff --git a/include/X11/Xaw/List.h b/include/X11/Xaw/List.h
index 663b17f..48a6482 100644
--- a/include/X11/Xaw/List.h
+++ b/include/X11/Xaw/List.h
@@ -72,7 +72,7 @@ in this Software without prior written authorization from The Open Group.
y Position Position 0
**1 - If the Width or Height of the list widget is zero (0) then the value
- is set to the minimum size necessay to fit the entire list.
+ is set to the minimum size necessary to fit the entire list.
If both Width and Height are zero then they are adjusted to fit the
entire list that is created width the number of default columns
@@ -161,7 +161,7 @@ _XFUNCPROTOBEGIN
* Changes the list being used and shown.
*
* Note:
- * If nitems of longest are <= 0 then they will be caluculated
+ * If nitems of longest are <= 0 then they will be calculated
* If nitems is <= 0 then the list needs to be NULL terminated
*/
void XawListChange
diff --git a/include/X11/Xaw/ListP.h b/include/X11/Xaw/ListP.h
index 5f53982..28ecedc 100644
--- a/include/X11/Xaw/ListP.h
+++ b/include/X11/Xaw/ListP.h
@@ -100,7 +100,7 @@ typedef struct {
Boolean show_current;
char pad1[(sizeof(XtPointer) - sizeof(Boolean)) +
(sizeof(XtPointer) - sizeof(int))];
- XtPointer pad2[2]; /* for future use and keep binary compatability */
+ XtPointer pad2[2]; /* for future use and keep binary compatibility */
#endif
} ListPart;
diff --git a/include/X11/Xaw/MenuButtoP.h b/include/X11/Xaw/MenuButtoP.h
index 9aa39bc..44c2c4d 100644
--- a/include/X11/Xaw/MenuButtoP.h
+++ b/include/X11/Xaw/MenuButtoP.h
@@ -63,7 +63,7 @@ typedef struct {
/* resources */
char * menu_name;
#ifndef OLDXAW
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} MenuButtonPart;
diff --git a/include/X11/Xaw/MultiSinkP.h b/include/X11/Xaw/MultiSinkP.h
index 019f5f4..a6d8b7c 100644
--- a/include/X11/Xaw/MultiSinkP.h
+++ b/include/X11/Xaw/MultiSinkP.h
@@ -108,7 +108,7 @@ typedef struct {
short cursor_x, cursor_y; /* Cursor Location */
XFontSet fontset; /* font set to draw */
#ifndef OLDXAW
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} MultiSinkPart;
diff --git a/include/X11/Xaw/MultiSrc.h b/include/X11/Xaw/MultiSrc.h
index 628da0c..b7b7993 100644
--- a/include/X11/Xaw/MultiSrc.h
+++ b/include/X11/Xaw/MultiSrc.h
@@ -101,7 +101,7 @@ typedef struct _MultiSrcRec *MultiSrcObject;
*
* the AsciiSrc API which currently forwards requests here.
*
- * future versions (like theres going to be an R7 Xaw!) may
+ * future versions (like there's going to be an R7 Xaw!) may
*
* eliminate this file or at least these functions entirely.
*
diff --git a/include/X11/Xaw/MultiSrcP.h b/include/X11/Xaw/MultiSrcP.h
index 95642a4..39d9c2c 100644
--- a/include/X11/Xaw/MultiSrcP.h
+++ b/include/X11/Xaw/MultiSrcP.h
@@ -156,7 +156,7 @@ typedef struct _MultiSrcPart {
XawTextPosition length; /* length of file - IN CHARACTERS, NOT BYTES */
MultiPiece *first_piece; /* first piece of the text */
#ifndef OLDXAW
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} MultiSrcPart;
diff --git a/include/X11/Xaw/Paned.h b/include/X11/Xaw/Paned.h
index 4b7e115..d9edcbd 100644
--- a/include/X11/Xaw/Paned.h
+++ b/include/X11/Xaw/Paned.h
@@ -96,7 +96,7 @@ SOFTWARE.
** These resources now are set to the vertical or horizontal cursor
depending upon orientation, by default. If a value is specified here
- then that cursor will be used reguardless of orientation.
+ then that cursor will be used regardless of orientation.
CONSTRAINT RESOURCES:
diff --git a/include/X11/Xaw/PanedP.h b/include/X11/Xaw/PanedP.h
index 4e40eaf..17df479 100644
--- a/include/X11/Xaw/PanedP.h
+++ b/include/X11/Xaw/PanedP.h
@@ -159,7 +159,7 @@ typedef struct {
int num_panes; /* count of managed panes */
PaneStack *stack; /* The pane stack for this widget */
#ifndef OLDXAW
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} PanedPart;
diff --git a/include/X11/Xaw/PannerP.h b/include/X11/Xaw/PannerP.h
index 8a7f580..f061d29 100644
--- a/include/X11/Xaw/PannerP.h
+++ b/include/X11/Xaw/PannerP.h
@@ -82,7 +82,7 @@ typedef struct {
XRectangle shadow_rects[2]; /* location of shadows */
Position last_x, last_y; /* previous location of knob */
#ifndef OLDXAW
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} PannerPart;
diff --git a/include/X11/Xaw/PortholeP.h b/include/X11/Xaw/PortholeP.h
index 31bd65f..5891aac 100644
--- a/include/X11/Xaw/PortholeP.h
+++ b/include/X11/Xaw/PortholeP.h
@@ -47,7 +47,7 @@ typedef struct {
/* resources */
XtCallbackList report_callbacks; /* callback/Callback */
#ifndef OLDXAW
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} PortholePart;
diff --git a/include/X11/Xaw/RepeaterP.h b/include/X11/Xaw/RepeaterP.h
index 3eebf82..a07553f 100644
--- a/include/X11/Xaw/RepeaterP.h
+++ b/include/X11/Xaw/RepeaterP.h
@@ -59,7 +59,7 @@ typedef struct {
int next_delay; /* next amount for timer */
XtIntervalId timer; /* timer that will fire */
#ifndef OLDXAW
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} RepeaterPart;
diff --git a/include/X11/Xaw/ScrollbarP.h b/include/X11/Xaw/ScrollbarP.h
index b36472d..e89af21 100644
--- a/include/X11/Xaw/ScrollbarP.h
+++ b/include/X11/Xaw/ScrollbarP.h
@@ -69,7 +69,7 @@ typedef struct {
float shown;
Dimension length; /* either height or width */
Dimension thickness; /* either width or height */
- Dimension min_thumb; /* minium size for the thumb */
+ Dimension min_thumb; /* minimum size for the thumb */
/* private */
Cursor inactiveCursor; /* The normal cursor for scrollbar */
@@ -78,7 +78,7 @@ typedef struct {
Position topLoc; /* Pixel that corresponds to top */
Dimension shownLength; /* Num pixels corresponding to shown */
#ifndef OLDXAW
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} ScrollbarPart;
diff --git a/include/X11/Xaw/SimpleMenP.h b/include/X11/Xaw/SimpleMenP.h
index e01c151..62bb464 100644
--- a/include/X11/Xaw/SimpleMenP.h
+++ b/include/X11/Xaw/SimpleMenP.h
@@ -84,7 +84,7 @@ typedef struct _SimpleMenuPart {
XawDisplayList *display_list;
Widget sub_menu;
unsigned char state;
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} SimpleMenuPart;
diff --git a/include/X11/Xaw/SimpleP.h b/include/X11/Xaw/SimpleP.h
index d801162..f6bddeb 100644
--- a/include/X11/Xaw/SimpleP.h
+++ b/include/X11/Xaw/SimpleP.h
@@ -84,7 +84,7 @@ typedef struct {
#ifndef OLDXAW
XawDisplayList *display_list;
String tip;
- XtPointer pad[3]; /* for future use and keep binary compatability */
+ XtPointer pad[3]; /* for future use and keep binary compatibility */
#endif
} SimplePart;
diff --git a/include/X11/Xaw/SmeBSBP.h b/include/X11/Xaw/SmeBSBP.h
index 299e4ca..315481f 100644
--- a/include/X11/Xaw/SmeBSBP.h
+++ b/include/X11/Xaw/SmeBSBP.h
@@ -63,7 +63,7 @@ typedef struct {
/* private */
Boolean set_values_area_cleared; /* do we need to unhighlight? */
- GC norm_gc; /* noral color gc */
+ GC norm_gc; /* normal color gc */
GC rev_gc; /* reverse color gc */
GC norm_gray_gc; /* Normal color (grayed out) gc */
GC invert_gc; /* gc for flipping colors */
@@ -75,7 +75,7 @@ typedef struct {
#ifndef OLDXAW
/* new resources */
char * menu_name; /* name of nested sub menu or NULL */
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} SmeBSBPart;
diff --git a/include/X11/Xaw/SmeLineP.h b/include/X11/Xaw/SmeLineP.h
index ae9f1d5..ed80c67 100644
--- a/include/X11/Xaw/SmeLineP.h
+++ b/include/X11/Xaw/SmeLineP.h
@@ -58,7 +58,7 @@ typedef struct {
/* private */
GC gc; /* Graphics context for drawing line */
#ifndef OLDXAW
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} SmeLinePart;
diff --git a/include/X11/Xaw/SmeP.h b/include/X11/Xaw/SmeP.h
index bd4bd9d..87c6ac1 100644
--- a/include/X11/Xaw/SmeP.h
+++ b/include/X11/Xaw/SmeP.h
@@ -68,7 +68,7 @@ typedef struct {
XtCallbackList callbacks;
Boolean international;
#ifndef OLDXAW
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} SmePart;
diff --git a/include/X11/Xaw/StripCharP.h b/include/X11/Xaw/StripCharP.h
index a0085b4..d69e754 100644
--- a/include/X11/Xaw/StripCharP.h
+++ b/include/X11/Xaw/StripCharP.h
@@ -76,7 +76,7 @@ typedef struct {
XtCallbackList get_value; /* proc to call to fetch load pt */
int jump_val; /* Amount to jump on each scroll */
#ifndef OLDXAW
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} StripChartPart;
diff --git a/include/X11/Xaw/Text.h b/include/X11/Xaw/Text.h
index 78c1478..76cc157 100644
--- a/include/X11/Xaw/Text.h
+++ b/include/X11/Xaw/Text.h
@@ -362,7 +362,7 @@ void XawTextDisplayCaret
_XFUNCPROTOEND
/*
- * For R3 compatability only
+ * For R3 compatibility only
*/
#include <X11/Xaw/AsciiSrc.h>
#include <X11/Xaw/AsciiSink.h>
diff --git a/include/X11/Xaw/TextP.h b/include/X11/Xaw/TextP.h
index 60f4624..3052ffe 100644
--- a/include/X11/Xaw/TextP.h
+++ b/include/X11/Xaw/TextP.h
@@ -155,7 +155,7 @@ typedef struct _XmuScanline XmuTextUpdate;
struct SearchAndReplace {
Boolean selection_changed; /* flag so that the selection cannot be
changed out from underneath query-replace.*/
- Widget search_popup; /* The poppup widget that allows searches.*/
+ Widget search_popup; /* The popup widget that allows searches.*/
Widget label1; /* The label widgets for the search window. */
Widget label2;
Widget left_toggle; /* The left search toggle radioGroup. */
@@ -256,7 +256,7 @@ typedef struct _TextPart {
*/
short left_column, right_column;
XawTextJustifyMode justify;
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} TextPart;
diff --git a/include/X11/Xaw/TextSink.h b/include/X11/Xaw/TextSink.h
index f3dd968..d5f6d1a 100644
--- a/include/X11/Xaw/TextSink.h
+++ b/include/X11/Xaw/TextSink.h
@@ -100,7 +100,7 @@ _XFUNCPROTOBEGIN
* y - ""
* pos1 - location of starting and ending points in the text buffer
* pos2 - ""
- * highlight - hightlight this text?
+ * highlight - highlight this text?
*
* Description:
* Stub function that in subclasses will display text.
@@ -236,7 +236,7 @@ void XawTextSinkFindPosition
* fromX - x location of starting Position
* toPos - end Position
* resWidth - Distance between fromPos and toPos
- * resPos - Acutal toPos used
+ * resPos - Actual toPos used
* resHeight - Height required by this text
*
* Description:
@@ -265,7 +265,7 @@ void XawTextSinkFindDistance
* resPos - resulting position
*
* Description:
- * Resloves a location to a position.
+ * Resolves a location to a position.
*/
void XawTextSinkResolve
(
@@ -312,7 +312,7 @@ int XawTextSinkMaxLines
* Height
*
* Description:
- * Finds the Minium height that will contain a given number lines.
+ * Finds the Minimum height that will contain a given number lines.
*/
int XawTextSinkMaxHeight
(
diff --git a/include/X11/Xaw/TextSinkP.h b/include/X11/Xaw/TextSinkP.h
index 78f41d2..6cff1cc 100644
--- a/include/X11/Xaw/TextSinkP.h
+++ b/include/X11/Xaw/TextSinkP.h
@@ -213,7 +213,7 @@ typedef struct {
Pixel cursor_color;
XawTextPropertyList *properties;
XawTextPaintList *paint;
- XtPointer pad[2]; /* for future use and keep binary compatability */
+ XtPointer pad[2]; /* for future use and keep binary compatibility */
#endif
} TextSinkPart;
diff --git a/include/X11/Xaw/TextSrc.h b/include/X11/Xaw/TextSrc.h
index 2c65e66..888dcb4 100644
--- a/include/X11/Xaw/TextSrc.h
+++ b/include/X11/Xaw/TextSrc.h
@@ -116,7 +116,7 @@ _XFUNCPROTOBEGIN
*
* Parameters:
* w - TextSrc Object
- * pos - position of the text to retreive
+ * pos - position of the text to retrieve
* text - text block that will contain returned text
* length - maximum number of characters to read
*
@@ -167,7 +167,7 @@ int XawTextSourceReplace
* position - position to start scanning
* type - type of thing to scan for
* dir - direction to scan
- * count - which occurance if this thing to search for
+ * count - which occurrence if this thing to search for
* include - whether or not to include the character found in
* the position that is returned.
*
@@ -205,7 +205,7 @@ XawTextPosition XawTextSourceScan
* text - the text block to search for
*
* Description:
- * Searchs the text source for the text block passed.
+ * Searches the text source for the text block passed.
*
* Returns:
* The position of the text we are searching for or XawTextSearchError
@@ -230,7 +230,7 @@ XawTextPosition XawTextSourceSearch
* w - TextSrc object
* selection - current selection atom
* target - current target atom
- * type - type to conver the selection to
+ * type - type to convert the selection to
* value - return value that has been converted
* length - ""
* format - format of the returned value
diff --git a/include/X11/Xaw/TextSrcP.h b/include/X11/Xaw/TextSrcP.h
index 27514c2..5a94596 100644
--- a/include/X11/Xaw/TextSrcP.h
+++ b/include/X11/Xaw/TextSrcP.h
@@ -152,7 +152,7 @@ typedef struct {
XtCallbackList property_callback;
XawTextAnchor **anchors;
int num_anchors;
- XtPointer pad[1]; /* for future use and keep binary compatability */
+ XtPointer pad[1]; /* for future use and keep binary compatibility */
#endif
} TextSrcPart;
diff --git a/include/X11/Xaw/ToggleP.h b/include/X11/Xaw/ToggleP.h
index a816598..1be3d47 100644
--- a/include/X11/Xaw/ToggleP.h
+++ b/include/X11/Xaw/ToggleP.h
@@ -76,7 +76,7 @@ typedef struct {
/* private */
RadioGroup *radio_group;
#ifndef OLDXAW
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} TogglePart;
diff --git a/include/X11/Xaw/TreeP.h b/include/X11/Xaw/TreeP.h
index 01d2bdc..158505b 100644
--- a/include/X11/Xaw/TreeP.h
+++ b/include/X11/Xaw/TreeP.h
@@ -81,7 +81,7 @@ typedef struct {
Dimension maxwidth, maxheight; /* for shrink wrapping */
#ifndef OLDXAW
XawDisplayList *display_list;
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} TreePart;
@@ -110,7 +110,7 @@ typedef struct _TreeConstraintsPart {
Position x, y;
#ifndef OLDXAW
XtPointer pad[2]; /* leave some space for future optimizations, and
- * keep binary compatability
+ * keep binary compatibility
*/
#endif
} TreeConstraintsPart;
diff --git a/include/X11/Xaw/VendorEP.h b/include/X11/Xaw/VendorEP.h
index b91f10a..5814a5e 100644
--- a/include/X11/Xaw/VendorEP.h
+++ b/include/X11/Xaw/VendorEP.h
@@ -69,7 +69,7 @@ typedef struct {
XawImPart im;
XawIcPart ic;
#ifndef OLDXAW
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} XawVendorShellExtPart;
diff --git a/include/X11/Xaw/ViewportP.h b/include/X11/Xaw/ViewportP.h
index 2aeb8a5..52d9519 100644
--- a/include/X11/Xaw/ViewportP.h
+++ b/include/X11/Xaw/ViewportP.h
@@ -83,7 +83,7 @@ typedef struct _ViewportPart {
Widget clip, child; /* The clipping and (scrolled) child widgets */
Widget horiz_bar, vert_bar; /* What scrollbars we currently have */
#ifndef OLDXAW
- XtPointer pad[4]; /* for future use and keep binary compatability */
+ XtPointer pad[4]; /* for future use and keep binary compatibility */
#endif
} ViewportPart;