From: James Jones Date: Wed, 21 Jun 2023 22:23:43 +0000 (-0500) Subject: Typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e92b8d633fa601f3019429a3b06147f9e0219724;p=thirdparty%2Ffreeradius-server.git Typo --- diff --git a/src/lib/eap/session.c b/src/lib/eap/session.c index 92d29f36b8c..a73b7df564b 100644 --- a/src/lib/eap/session.c +++ b/src/lib/eap/session.c @@ -258,7 +258,7 @@ static char *eap_identity(request_t *request, eap_session_t *eap_session, eap_pa * * In some EAP methods, the identity may be encrypted, and padded * out to the block size of the encryption method. These identities - * may contain nuls, and made be much larger than humanly readable + * may contain nuls, and may be much larger than humanly readable * identiies. * * The identity value *MUST NOT* be artificially limited or truncated