commit | a84eadf9bf4112e16d71304c586dfbb64eb85fed | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sat Feb 12 23:40:31 2011 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sat Feb 12 23:40:31 2011 +0100 |
tree | 3afbc134b8cd6103199e979ade27c1ac8130b7bb | |
parent | e1a4209a5e9a8efe85bed47b576bdcba17056d2d [diff] [blame] |
typo fix in comment Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/networking/wget.c b/networking/wget.c index 44eb4cf..45d428b 100644 --- a/networking/wget.c +++ b/networking/wget.c
@@ -717,7 +717,7 @@ 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;