typo fix in comment
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 12 Feb 2011 22:40:31 +0000 (23:40 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 12 Feb 2011 22:40:31 +0000 (23:40 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/wget.c

index 44eb4cf188a1bc9cffabe30dc8f208ee39ce3e37..45d428be99bb8793f10fddede86214f1c73e8f40 100644 (file)
@@ -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;