This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new a307b29313 Fix typo
a307b29313 is described below
commit a307b29313456103291bc9d73f998bffc8cb54e4
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Apr 23 11:30:39 2026 +0100
Fix typo
---
test/org/apache/coyote/http2/TestHttp2Section_8_3.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/test/org/apache/coyote/http2/TestHttp2Section_8_3.java
b/test/org/apache/coyote/http2/TestHttp2Section_8_3.java
index 84ae06ad4d..790b409405 100644
--- a/test/org/apache/coyote/http2/TestHttp2Section_8_3.java
+++ b/test/org/apache/coyote/http2/TestHttp2Section_8_3.java
@@ -36,17 +36,17 @@ public class TestHttp2Section_8_3 extends Http2TestBase {
@Test
public void testSchemeInconsistencyNonTLS() throws Exception {
- testSchemeInconsistenct(false);
+ testSchemeInconsistency(false);
}
@Test
public void testSchemeInconsistencyTLS() throws Exception {
- testSchemeInconsistenct(true);
+ testSchemeInconsistency(true);
}
- private void testSchemeInconsistenct(boolean connectionUsesTls) throws
Exception {
+ private void testSchemeInconsistency(boolean connectionUsesTls) throws
Exception {
// Start HTTP/2 over non-TLS connection
http2Connect(connectionUsesTls);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]