]> sjero.net Git - wget/commitdiff
[svn] Docfix.
authorhniksic <devnull@localhost>
Sun, 14 Dec 2003 15:25:29 +0000 (07:25 -0800)
committerhniksic <devnull@localhost>
Sun, 14 Dec 2003 15:25:29 +0000 (07:25 -0800)
src/host.c

index b9528ab4664dac83b5bc4e7ff1165c798cd9ab1f..1a070b283ff94fb3d266f79822cbc77570c64c58 100644 (file)
@@ -587,7 +587,7 @@ lookup_host (const char *host, int flags)
        hints.ai_flags |= AI_ADDRCONFIG;
 #else
        /* On systems without AI_ADDRCONFIG, emulate it by manually
-          checking whether the system supports IPv6 sockets and.  */
+          checking whether the system supports IPv6 sockets.  */
        if (!socket_has_inet6 ())
          hints.ai_family = AF_INET;
 #endif