Fix typo in e2fsck error message.

Thanks to Solar Designer for pointing out the missing preposition.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
bitmap-optimize
Theodore Ts'o 2005-12-09 17:31:08 -05:00
parent 84d3518bb9
commit f4b6d2a039
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2005-12-09 Theodore Ts'o <tytso@mit.edu>
* unix.c (PRS): Fix typo in error message; thanks to Solar
Designer for pointing out the missing proposition.
* e2fsck.8.in: Clarify description of differences between the -p,
-n, and -y options.

View File

@ -613,7 +613,7 @@ static errcode_t PRS(int argc, char *argv[], e2fsck_t *ret_ctx)
if (ctx->options & (E2F_OPT_YES|E2F_OPT_NO)) {
conflict_opt:
fatal_error(ctx,
_("Only one the options -p/-a, -n or -y may be specified."));
_("Only one of the options -p/-a, -n or -y may be specified."));
}
ctx->options |= E2F_OPT_PREEN;
break;