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