diff options
Diffstat (limited to 'e2fsprogs/tune2fs.c')
-rw-r--r-- | e2fsprogs/tune2fs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/tune2fs.c b/e2fsprogs/tune2fs.c index fba8b6c..d64c128 100644 --- a/e2fsprogs/tune2fs.c +++ b/e2fsprogs/tune2fs.c @@ -397,7 +397,7 @@ static time_t parse_time(char *str) ts.tm_mday = 0; #endif if (ts.tm_mday == 0) { - bb_error_msg_and_die("Couldn't parse date/time specifier: %s", str); + bb_error_msg_and_die("Cannot parse date/time specifier: %s", str); } return (mktime(&ts)); } |