diff options
Diffstat (limited to 'archival/uncompress.c')
-rw-r--r-- | archival/uncompress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/uncompress.c b/archival/uncompress.c index cbcbcefed..91568e45f 100644 --- a/archival/uncompress.c +++ b/archival/uncompress.c @@ -84,7 +84,7 @@ int uncompress_main(int argc, char **argv) /* delete_path will be NULL if in test mode or from stdin */ if (delete_path && (unlink(delete_path) == -1)) { - bb_error_msg_and_die("Couldn't remove %s", delete_path); + bb_error_msg_and_die("cannot remove %s", delete_path); } free(uncompressed_file); |