ntpd: remove dynamic dns resolution code, too complex. -69 bytes
[oweals/busybox.git] / networking / wget.c
index 11d39cb66f2797d2c8dfddaafec610c618002a2b..8ca6def67ecaca04527f4af3add85fff215c48e3 100644 (file)
@@ -626,7 +626,7 @@ int wget_main(int argc UNUSED_PARAM, char **argv)
 
        /* Impossible?
        if ((opt & WGET_OPT_CONTINUE) && !fname_out)
-               bb_error_msg_and_die("cannot specify continue (-c) without a filename (-O)");
+               bb_error_msg_and_die("can't specify continue (-c) without a filename (-O)");
        */
 
        /* Determine where to start transfer */