diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2020-08-08 10:32:28 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2020-08-08 10:33:56 -0700 |
commit | 09602b2130b3710bcca4d2707132bd47d4a832ef (patch) | |
tree | 675da52f5fd80b6b5019b7fbd3f49654374ce3fd /include/X11/extensions | |
parent | a8ccf66bc924fb02c9e944f99e84d90958dd142f (diff) |
Fix spelling/wording issues
Found by using:
codespell --builtin clear,rare,usage,informal,code,names
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'include/X11/extensions')
-rw-r--r-- | include/X11/extensions/Printstr.h | 8 | ||||
-rw-r--r-- | include/X11/extensions/XKB.h | 2 | ||||
-rw-r--r-- | include/X11/extensions/syncconst.h | 2 | ||||
-rw-r--r-- | include/X11/extensions/syncstr.h | 2 | ||||
-rw-r--r-- | include/X11/extensions/windowswm.h | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/include/X11/extensions/Printstr.h b/include/X11/extensions/Printstr.h index 7c3e8ad..c11fc06 100644 --- a/include/X11/extensions/Printstr.h +++ b/include/X11/extensions/Printstr.h @@ -569,10 +569,10 @@ typedef struct { CARD32 length; CARD16 width; /* total pixel width */ CARD16 height; /* total pixel height */ - CARD16 rx; /* reproducable x pixel offset */ - CARD16 ry; /* reproducable y pixel offset */ - CARD16 rwidth; /* reproducable x pixel width */ - CARD16 rheight; /* reproducable y pixel width */ + CARD16 rx; /* reproducible x pixel offset */ + CARD16 ry; /* reproducible y pixel offset */ + CARD16 rwidth; /* reproducible x pixel width */ + CARD16 rheight; /* reproducible y pixel width */ CARD32 pad1; CARD32 pad2; CARD32 pad3; diff --git a/include/X11/extensions/XKB.h b/include/X11/extensions/XKB.h index 7e702eb..5d3f870 100644 --- a/include/X11/extensions/XKB.h +++ b/include/X11/extensions/XKB.h @@ -141,7 +141,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. /* * Miscellaneous event details: - * - event detail masks for assorted events that don't reall + * - event detail masks for assorted events that don't really * have any details. */ #define XkbAllStateEventsMask XkbAllStateComponentsMask diff --git a/include/X11/extensions/syncconst.h b/include/X11/extensions/syncconst.h index 3acc387..0479816 100644 --- a/include/X11/extensions/syncconst.h +++ b/include/X11/extensions/syncconst.h @@ -121,7 +121,7 @@ PERFORMANCE OF THIS SOFTWARE. #define _XSyncMinValue(pv) ((pv)->hi = 0x80000000, (pv)->lo = 0) /* - * These are the publically usable macros. If you want the function version + * These are the publicly usable macros. If you want the function version * of one of these, just #undef the macro to uncover the function. * (This is the same convention that the ANSI C library uses.) */ diff --git a/include/X11/extensions/syncstr.h b/include/X11/extensions/syncstr.h index 4e8db1b..43cdcba 100644 --- a/include/X11/extensions/syncstr.h +++ b/include/X11/extensions/syncstr.h @@ -100,7 +100,7 @@ typedef struct _SyncTrigger { SyncCounter *pCounter; CARD64 wait_value; /* wait value */ unsigned int value_type; /* Absolute or Relative */ - unsigned int test_type; /* transition or Comparision type */ + unsigned int test_type; /* transition or Comparison type */ CARD64 test_value; /* trigger event threshold value */ Bool (*CheckTrigger)( struct _SyncTrigger * /*pTrigger*/, diff --git a/include/X11/extensions/windowswm.h b/include/X11/extensions/windowswm.h index 2c3379f..9938900 100644 --- a/include/X11/extensions/windowswm.h +++ b/include/X11/extensions/windowswm.h @@ -143,7 +143,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. typedef struct { int type; /* of event */ unsigned long serial; /* # of last request processed by server */ - Bool send_event; /* true if this came frome a SendEvent request */ + Bool send_event; /* true if this came from a SendEvent request */ Display *display; /* Display the event was read from */ Window window; /* window of event */ Time time; /* server timestamp when event happened */ |