summaryrefslogtreecommitdiff
path: root/Xproto.h
diff options
context:
space:
mode:
Diffstat (limited to 'Xproto.h')
-rw-r--r--Xproto.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Xproto.h b/Xproto.h
index 4b5a0ea..e5bba70 100644
--- a/Xproto.h
+++ b/Xproto.h
@@ -1063,8 +1063,8 @@ typedef struct _xEvent {
BYTE bpad;
} createNotify;
/*
- * The event feilds in the structures for DestroyNotify, UnmapNotify,
- * MapNotify, ReparentNotify, ConfigureNotify, CirclulateNotify, GravityNotify,
+ * The event fields in the structures for DestroyNotify, UnmapNotify,
+ * MapNotify, ReparentNotify, ConfigureNotify, CirculateNotify, GravityNotify,
* must be at the same offset because server internal code is depending upon
* this to patch up the events before they are delivered.
* Also note that MapRequest, ConfigureRequest and CirculateRequest have
@@ -1718,7 +1718,7 @@ typedef struct {
CARD32 planeMask B32;
} xGetImageReq;
-/* the folloiwng used by PolyText8 and PolyText16 */
+/* the following used by PolyText8 and PolyText16 */
typedef struct {
CARD8 reqType;