diff options
Diffstat (limited to 'specs/library.xml')
-rw-r--r-- | specs/library.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/specs/library.xml b/specs/library.xml index b65b234..74f2602 100644 --- a/specs/library.xml +++ b/specs/library.xml @@ -281,7 +281,7 @@ request, see the section entitled ``Selecting Extension Device Events.'' <olink targetdoc='libX11' targetptr='XNextEvent'><function>XNextEvent</function></olink> - receives the next available event. This is the core <olink targetdoc='libX11' targetptr='XNextEvent'><function>XNextEvent</function></olink> -function provided by the standard X libarary. +function provided by the standard X library. </para> </listitem> </itemizedlist> @@ -5221,7 +5221,7 @@ Determine selected device events </listitem> <listitem> <para> -Control event propogation +Control event propagation </para> </listitem> <listitem> @@ -7405,7 +7405,7 @@ typedef struct Display *display; /* Display the event was read from */ Window window; /* "event" window reported relative to */ XID deviceid; - Window root; /* root window event occured on */ + Window root; /* root window event occurred on */ Window subwindow; /* child window */ Time time; /* milliseconds */ int x, y; /* x, y coordinates in event window */ @@ -7437,7 +7437,7 @@ typedef struct { Display *display; /* Display the event was read from */ Window window; /* "event" window reported relative to */ XID deviceid; - Window root; /* root window that the event occured on */ + Window root; /* root window that the event occurred on */ Window subwindow; /* child window */ Time time; /* milliseconds */ int x, y; /* x, y coordinates in event window */ @@ -7470,7 +7470,7 @@ typedef struct Display *display; /* Display the event was read from */ Window window; /* "event" window reported relative to */ XID deviceid; - Window root; /* root window that the event occured on */ + Window root; /* root window that the event occurred on */ Window subwindow; /* child window */ Time time; /* milliseconds */ int x, y; /* x, y coordinates in event window */ |