[git commit] wget: fix comment

Denys Vlasenko vda.linux at googlemail.com
Mon Feb 24 16:20:40 UTC 2014


commit: http://git.busybox.net/busybox/commit/?id=a2796223cb1ffce77fdf75754b6052be32425692
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 networking/wget.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/networking/wget.c b/networking/wget.c
index 3d9a1b3..62a5fcc 100644
--- a/networking/wget.c
+++ b/networking/wget.c
@@ -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+");


More information about the busybox-cvs mailing list