summaryrefslogtreecommitdiff
path: root/include/X11/Xaw/TextP.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/Xaw/TextP.h')
-rw-r--r--include/X11/Xaw/TextP.h4
1 files changed, 2 insertions, 2 deletions
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;