diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 13:39:34 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-17 13:39:39 -0700 |
commit | 0fb16bad9c851c11d171ff601bf8adae9ffc6fdb (patch) | |
tree | 7e638dac35d27019f50b76b0d8572e445fb3d8df | |
parent | ed12a34ed79d3751fc35194d93b7ad370a1a8b8a (diff) |
Fix spelling/wording issues
Found by using:
codespell --builtin clear,rare,informal,code,names
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | include/X11/extensions/XInput.h | 6 | ||||
-rw-r--r-- | specs/library.xml | 10 |
3 files changed, 9 insertions, 9 deletions
@@ -6,7 +6,7 @@ Xorg mailing list: https://lists.x.org/mailman/listinfo/xorg -The master development code repository can be found at: +The primary development code repository can be found at: https://gitlab.freedesktop.org/xorg/lib/libXi diff --git a/include/X11/extensions/XInput.h b/include/X11/extensions/XInput.h index b17f388..3fc9685 100644 --- a/include/X11/extensions/XInput.h +++ b/include/X11/extensions/XInput.h @@ -204,7 +204,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 */ @@ -236,7 +236,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 */ @@ -269,7 +269,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 */ 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 */ |