--- trunk/mkinitrd-magellan/busybox/util-linux/rdate.c 2010/04/29 20:38:48 983 +++ trunk/mkinitrd-magellan/busybox/util-linux/rdate.c 2010/05/30 11:32:42 984 @@ -61,7 +61,7 @@ bb_error_msg("current time matches remote time"); else if (stime(&remote_time) < 0) - bb_perror_msg_and_die("cannot set time of day"); + bb_perror_msg_and_die("can't set time of day"); } if ((flags & 1) == 0)