]> granicus.if.org Git - python/commitdiff
Fix typo.
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 26 Mar 2006 16:40:47 +0000 (16:40 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 26 Mar 2006 16:40:47 +0000 (16:40 +0000)
Lib/test/test_socket.py

index 7246c51ec3a1aa480325eb264ee3a9b9e9d2a88a..f9d8313adffa79eb6f74371111a0af55c6592591 100644 (file)
@@ -270,7 +270,7 @@ class GeneralModuleTests(unittest.TestCase):
         all_host_names = [hostname, hname] + aliases
         fqhn = socket.getfqdn()
         if not fqhn in all_host_names:
-            self.fail("Error testing host resolution mechanisms. (fqdn: %s, all: %s)" % (fqdn, repr(all_host_names)))
+            self.fail("Error testing host resolution mechanisms. (fqdn: %s, all: %s)" % (fqhn, repr(all_host_names)))
 
     def testRefCountGetNameInfo(self):
         # Testing reference count for getnameinfo