diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-22 10:07:44 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-22 10:07:44 -0800 |
commit | dcb341816e49d5c2fcc745c248d4885a85d3bfd8 (patch) | |
tree | f9592770d542260bd5ce61b0858561599bb71e00 /src/lg_xaa.c | |
parent | 6d66293961c0993eb8ee93e4f85c150b84456249 (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 'src/lg_xaa.c')
-rw-r--r-- | src/lg_xaa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lg_xaa.c b/src/lg_xaa.c index 5e6e72e..2bb836d 100644 --- a/src/lg_xaa.c +++ b/src/lg_xaa.c @@ -248,7 +248,7 @@ LgSetupForScreenToScreenCopy(ScrnInfoPtr pScrn, int xdir, int ydir, /* We set the rop up here because the LgSETROP macro conveniently (really -- it is convenient!) clears the transparency bits - in DRAWDEF. We'll set those bits appropriatly later. */ + in DRAWDEF. We'll set those bits appropriately later. */ LgSETROP(lgRop[rop]); if (ydir < 0) |