This is an automated email from the ASF dual-hosted git repository.

rainerjung pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new 7f28afb54 Fix small typo in comment
7f28afb54 is described below

commit 7f28afb5489d16c30eac15bdb608c487a7b1ce2c
Author: Rainer Jung <[email protected]>
AuthorDate: Wed Jun 10 15:50:51 2026 +0200

    Fix small typo in comment
---
 native/common/jk_global.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/native/common/jk_global.h b/native/common/jk_global.h
index 07189b7ba..f3435f290 100644
--- a/native/common/jk_global.h
+++ b/native/common/jk_global.h
@@ -473,7 +473,7 @@ struct jk_sockaddr_t {
         struct sockaddr_in6 sin6;
 #endif
         /** A useful side-effect of including sockaddr_storage is that
-         *  the sise of the union does not depend on JK_HAVE_IPV6. */
+         *  the size of the union does not depend on JK_HAVE_IPV6. */
         struct sockaddr_storage sas;
     } sa;
 };


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to