diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-29 21:30:43 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-09-29 21:30:43 +0000 |
commit | a959588b80529ef5e02048ed71f3c7bf9a117217 (patch) | |
tree | 331b3963cb98fded02b753ca33bfa37cb48a97c6 /e2fsprogs/tune2fs.c | |
parent | 6c30db8bd37da1466dc71bf3c8c20851d8f46c43 (diff) | |
download | busybox-w32-a959588b80529ef5e02048ed71f3c7bf9a117217.tar.gz busybox-w32-a959588b80529ef5e02048ed71f3c7bf9a117217.tar.bz2 busybox-w32-a959588b80529ef5e02048ed71f3c7bf9a117217.zip |
Yet another silly little byte saving. couldn't -> cannot
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 fba8b6c1f..d64c12860 100644 --- a/e2fsprogs/tune2fs.c +++ b/e2fsprogs/tune2fs.c | |||
@@ -397,7 +397,7 @@ static time_t parse_time(char *str) | |||
397 | ts.tm_mday = 0; | 397 | ts.tm_mday = 0; |
398 | #endif | 398 | #endif |
399 | if (ts.tm_mday == 0) { | 399 | if (ts.tm_mday == 0) { |
400 | bb_error_msg_and_die("Couldn't parse date/time specifier: %s", str); | 400 | bb_error_msg_and_die("Cannot parse date/time specifier: %s", str); |
401 | } | 401 | } |
402 | return (mktime(&ts)); | 402 | return (mktime(&ts)); |
403 | } | 403 | } |