diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-22 11:04:32 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-22 11:04:32 -0800 |
commit | 27ea30c38994b689d6e27e8fac8c63d69179f9b5 (patch) | |
tree | 6ab1a75abb9a619b66f91171ad99d7ec4d836ee4 /src/lx_driver.c | |
parent | 2c415eb841c94238cf49c44dea4a83fa83621307 (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/lx_driver.c')
-rw-r--r-- | src/lx_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lx_driver.c b/src/lx_driver.c index 9cb8889..0f04579 100644 --- a/src/lx_driver.c +++ b/src/lx_driver.c @@ -425,7 +425,7 @@ LXPreInit(ScrnInfoPtr pScrni, int flags) (int *) &(pGeode->FBAvail))) pGeode->FBAvail = 0; - /* For compatability - allow SWCursor too */ + /* For compatibility - allow SWCursor too */ if (xf86ReturnOptValBool(GeodeOptions, LX_OPTION_SW_CURSOR, FALSE)) pGeode->tryHWCursor = FALSE; |