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;