From: Denys Vlasenko Date: Sat, 12 Feb 2011 22:40:31 +0000 (+0100) Subject: typo fix in comment X-Git-Tag: 1_19_0~299 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a84eadf9bf4112e16d71304c586dfbb64eb85fed;p=oweals%2Fbusybox.git typo fix in comment Signed-off-by: Denys Vlasenko --- diff --git a/networking/wget.c b/networking/wget.c index 44eb4cf18..45d428be9 100644 --- a/networking/wget.c +++ b/networking/wget.c @@ -717,7 +717,7 @@ int wget_main(int argc UNUSED_PARAM, char **argv) G.beg_range = xlseek(output_fd, 0, SEEK_END); } /* File doesn't exist. We do not create file here yet. - * We are not sure it exists on remove side */ + * We are not sure it exists on remote side */ } redir_limit = 5;