aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
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;