]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
fix typo 3213/head
authorlilinjie <lilinjie@uniontech.com>
Tue, 3 Jan 2023 07:13:57 +0000 (15:13 +0800)
committerlilinjie <lilinjie@uniontech.com>
Tue, 3 Jan 2023 07:13:57 +0000 (15:13 +0800)
Signed-off-by: lilinjie <lilinjie@uniontech.com>
tornado/test/netutil_test.py

index df58e1f456137ee6f1a314491ac63757f7451c07..b35b7947f1a5269f01948d966f274b39bffae819 100644 (file)
@@ -44,7 +44,7 @@ class _ResolverTestMixin(object):
     @gen_test
     def test_localhost(self: typing.Any):
         addrinfo = yield self.resolver.resolve("localhost", 80, socket.AF_UNSPEC)
-        # Most of the time localhost resovles to either the ipv4 loopback
+        # Most of the time localhost resolves to either the ipv4 loopback
         # address alone, or ipv4+ipv6. But some versions of pycares will only
         # return the ipv6 version, so we have to check for either one alone.
         self.assertTrue(