diff options
Diffstat (limited to 'e2fsprogs/e2fsck.c')
-rw-r--r-- | e2fsprogs/e2fsck.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/e2fsprogs/e2fsck.c b/e2fsprogs/e2fsck.c index 7ffc0d2..28139f4 100644 --- a/e2fsprogs/e2fsck.c +++ b/e2fsprogs/e2fsck.c @@ -9132,7 +9132,7 @@ static const struct e2fsck_problem problem_table[] = { /* Internal error: couldn't find dir_info */ { PR_2_NO_DIRINFO, - N_("Internal error: couldn't find dir_info for %i.\n"), + N_("Internal error: cannot find dir_info for %i.\n"), PROMPT_NONE, PR_FATAL }, /* Final rec_len is wrong */ @@ -9408,7 +9408,7 @@ static const struct e2fsck_problem problem_table[] = { /* Internal error: couldn't find dir_info */ { PR_3_NO_DIRINFO, - N_("Internal error: couldn't find dir_info for %i.\n"), + N_("Internal error: cannot find dir_info for %i.\n"), PROMPT_NONE, PR_FATAL }, /* Lost+found not a directory */ @@ -12915,7 +12915,7 @@ static void reserve_stdio_fds(void) if (fd > 2) break; if (fd < 0) { - fprintf(stderr, _("ERROR: Couldn't open " + fprintf(stderr, _("ERROR: Cannot open " "/dev/null (%s)\n"), strerror(errno)); break; |