This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new c05b61cdbd Fix typo
c05b61cdbd is described below
commit c05b61cdbd328b0630e49dec531cc4e0b30cc68e
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]