]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorJames Jones <jejones3141@gmail.com>
Wed, 21 Jun 2023 22:23:43 +0000 (17:23 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 21 Jun 2023 22:26:32 +0000 (18:26 -0400)
src/lib/eap/session.c

index 92d29f36b8c7e1bfbd1dfed528642609d9a5b2ef..a73b7df564bd7a931682a8a555d0c1a43f286ba7 100644 (file)
@@ -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