From f4b6d2a039fd443f1f2373f071ca281eb3029018 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Fri, 9 Dec 2005 17:31:08 -0500 Subject: [PATCH] Fix typo in e2fsck error message. Thanks to Solar Designer for pointing out the missing preposition. Signed-off-by: "Theodore Ts'o" --- e2fsck/ChangeLog | 3 +++ e2fsck/unix.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/e2fsck/ChangeLog b/e2fsck/ChangeLog index f445784..66d5a5d 100644 --- a/e2fsck/ChangeLog +++ b/e2fsck/ChangeLog @@ -1,5 +1,8 @@ 2005-12-09 Theodore Ts'o + * 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. diff --git a/e2fsck/unix.c b/e2fsck/unix.c index 5f1aaa2..4e1b814 100644 --- a/e2fsck/unix.c +++ b/e2fsck/unix.c @@ -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; -- 1.8.3.1