aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-02-12 23:40:31 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2011-02-12 23:40:31 +0100
commita84eadf9bf4112e16d71304c586dfbb64eb85fed (patch)
tree3afbc134b8cd6103199e979ade27c1ac8130b7bb /networking
parente1a4209a5e9a8efe85bed47b576bdcba17056d2d (diff)
downloadbusybox-a84eadf9bf4112e16d71304c586dfbb64eb85fed.tar.gz
typo fix in comment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r--networking/wget.c2
1 files changed, 1 insertions, 1 deletions
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;