This is an automated email from the ASF dual-hosted git repository.
markt 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 2030005a6 Fix typo
2030005a6 is described below
commit 2030005a6f59af46ada45665a8d04dc57b9a8ea5
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Sep 4 11:42:23 2023 +0100
Fix typo
---
native/common/jk_ajp_common.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/native/common/jk_ajp_common.c b/native/common/jk_ajp_common.c
index 5e078c608..bd6dc46f5 100644
--- a/native/common/jk_ajp_common.c
+++ b/native/common/jk_ajp_common.c
@@ -1003,7 +1003,7 @@ static int ajp_handle_cping_cpong(ajp_endpoint_t * ae,
int timeout,
}
if ((cmd = jk_b_get_byte(msg)) != AJP13_CPONG_REPLY) {
- /* If the respose was not CPONG it means that
+ /* If the response was not CPONG it means that
* the previous response was not consumed by the
* client but the AJP messages was already in
* the network buffer.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]