diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-03-26 08:56:16 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-03-26 08:56:16 -0700 |
commit | 53c3cfbecba041d1a215f7a5689df796b97949e8 (patch) | |
tree | 9dddbf8d2f3ec2e9dad4df76fd817614259092b0 /src | |
parent | 36086307ba9fd1272365b964056e8a6780109478 (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')
-rw-r--r-- | src/XvMC.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -519,7 +519,7 @@ Status XvMCGetDRInfo(Display *dpy, XvPortID port, * X server can read this pattern, we probably have a local connection. * Note that we can trigger the remote X server to read any shared * page on the remote machine, so we shouldn't be able to guess and verify - * any complicated data on those pages. Thats the explanation of this + * any complicated data on those pages. That's the explanation of this * otherwise stupid-looking pattern algorithm. */ |