wget: fix comment
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 24 Feb 2014 16:20:40 +0000 (17:20 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 24 Feb 2014 16:20:40 +0000 (17:20 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/wget.c

index 3d9a1b3331b99c65cc784f230d9d3a617e8d5cac..62a5fcc02af0aeefa7933c798ffef47eaf825c9e 100644 (file)
@@ -815,7 +815,7 @@ static void download_one_url(const char *url)
                /* Open socket to http(s) server */
                if (target.protocol == P_HTTPS) {
 /* openssl-based helper
- * Inconvenient API since we can't give it an open fd,
+ * Inconvenient API since we can't give it an open fd
  */
                        int fd = spawn_https_helper(server.host, server.port);
                        sfp = fdopen(fd, "r+");