diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-18 22:04:09 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-18 22:04:09 +0000 |
commit | 89f0b3486dfea233e6000f9af95b39a3ea7fd96e (patch) | |
tree | fc0d65e0d33b5b526b0d44d4c4da8143be3b53b1 /e2fsprogs | |
parent | 61126ab30a90b74e45a79ccb97074ab71afa6054 (diff) | |
download | busybox-w32-89f0b3486dfea233e6000f9af95b39a3ea7fd96e.tar.gz busybox-w32-89f0b3486dfea233e6000f9af95b39a3ea7fd96e.tar.bz2 busybox-w32-89f0b3486dfea233e6000f9af95b39a3ea7fd96e.zip |
rodata cleanup. "unable to" == "cannot". -300 bytes
Diffstat (limited to 'e2fsprogs')
-rw-r--r-- | e2fsprogs/e2fsck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/e2fsck.c b/e2fsprogs/e2fsck.c index 4920cd0f4..ea5b08ccc 100644 --- a/e2fsprogs/e2fsck.c +++ b/e2fsprogs/e2fsck.c | |||
@@ -13377,7 +13377,7 @@ restart: | |||
13377 | * happen, unless the hardware or | 13377 | * happen, unless the hardware or |
13378 | * device driver is being bogus. | 13378 | * device driver is being bogus. |
13379 | */ | 13379 | */ |
13380 | bb_error_msg(_("unable to set superblock flags on %s"), ctx->device_name); | 13380 | bb_error_msg(_("cannot set superblock flags on %s"), ctx->device_name); |
13381 | bb_error_msg_and_die(0); | 13381 | bb_error_msg_and_die(0); |
13382 | } | 13382 | } |
13383 | retval = e2fsck_run_ext3_journal(ctx); | 13383 | retval = e2fsck_run_ext3_journal(ctx); |