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/Printstr.h | |
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/Printstr.h')
-rw-r--r-- | include/X11/extensions/Printstr.h | 8 |
1 files changed, 4 insertions, 4 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; |