From 410d2005f5a1f11e8204d9bc3432e0b145ae3161 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 30 Apr 2022 14:08:43 -0700 Subject: Fix spelling/wording issues Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith --- include/X11/ICE/ICEconn.h | 2 +- include/X11/ICE/ICEmsg.h | 2 +- include/X11/ICE/ICEutil.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/X11/ICE/ICEconn.h b/include/X11/ICE/ICEconn.h index e5d493a..0189427 100644 --- a/include/X11/ICE/ICEconn.h +++ b/include/X11/ICE/ICEconn.h @@ -171,7 +171,7 @@ struct _IceConn { * Before we read a message, the major opcode of the message must be * mapped to our corresponding major opcode (the two clients can use * different opcodes for the same protocol). In order to save space, - * we keep track of the mininum and maximum major opcodes used by the + * we keep track of the minimum and maximum major opcodes used by the * other client. To get the information on how to process this message, * we do the following... * diff --git a/include/X11/ICE/ICEmsg.h b/include/X11/ICE/ICEmsg.h index 9884466..17e36a6 100644 --- a/include/X11/ICE/ICEmsg.h +++ b/include/X11/ICE/ICEmsg.h @@ -278,7 +278,7 @@ extern IcePaAuthStatus _IcePaMagicCookie1Proc ( /* * Read pad bytes (for 32 or 64 bit alignment). - * A maxium of 7 pad bytes can be specified. + * A maximum of 7 pad bytes can be specified. */ #define IceReadPad(_iceConn, _bytes) \ diff --git a/include/X11/ICE/ICEutil.h b/include/X11/ICE/ICEutil.h index dbf1490..92e8a43 100644 --- a/include/X11/ICE/ICEutil.h +++ b/include/X11/ICE/ICEutil.h @@ -68,7 +68,7 @@ typedef struct { */ #define IceAuthLockSuccess 0 /* lock succeeded */ -#define IceAuthLockError 1 /* lock unexpectely failed, check errno */ +#define IceAuthLockError 1 /* lock unexpectedly failed, check errno */ #define IceAuthLockTimeout 2 /* lock failed, timeouts expired */ -- cgit v1.2.3