diff options
Diffstat (limited to 'include')
-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 */ |