Thanks to Solar Designer for pointing out the missing preposition.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
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.
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;