]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix copy and paste typo in comment
authorRainer Jung <rjung@apache.org>
Wed, 17 Jul 2024 18:37:41 +0000 (18:37 +0000)
committerRainer Jung <rjung@apache.org>
Wed, 17 Jul 2024 18:37:41 +0000 (18:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1919318 13f79535-47bb-0310-9956-ffa450edef68

test/modules/tls/test_07_alpn.py

index 06aff3caae33cd8aaeaa490cdde381a7868204f7..aa449104c52b26ac5a220d876ff5a05459117c93 100644 (file)
@@ -36,7 +36,7 @@ class TestAlpn:
         assert protocol == "http/1.1", r.stderr
 
     def test_tls_07_alpn_get_b(self, env):
-        # do we see the correct json for the domain_a?
+        # do we see the correct json for the domain_b?
         r = env.tls_get(env.domain_b, "/index.json", options=["-vvvvvv"])
         assert r.exit_code == 0, r.stderr
         protocol = self._get_protocol(r.stderr)