diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-09 10:50:11 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-07-09 11:01:17 -0700 |
commit | b98078c15874c12dfd4e01594ef9277897ade1df (patch) | |
tree | 2549b8d907cdf773f4bb21237fb9d3d471bd5440 /include/X11 | |
parent | d824fa5517cf445dc1e204f05ee2098c254f2bdb (diff) |
Fix spelling/wording issues
Found by using:
codespell --builtin clear,rare,usage,informal,names
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'include/X11')
-rw-r--r-- | include/X11/Xauth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/X11/Xauth.h b/include/X11/Xauth.h index a707bed..a51bc72 100644 --- a/include/X11/Xauth.h +++ b/include/X11/Xauth.h @@ -141,7 +141,7 @@ _XFUNCPROTOEND /* Return values from XauLockAuth */ # define LOCK_SUCCESS 0 /* lock succeeded */ -# define LOCK_ERROR 1 /* lock unexpectely failed, check errno */ +# define LOCK_ERROR 1 /* lock unexpectedly failed, check errno */ # define LOCK_TIMEOUT 2 /* lock failed, timeouts expired */ #endif /* _XAUTH_STRUCT_ONLY */ |