]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Fix typo in e2fsck error message.
authorTheodore Ts'o <tytso@mit.edu>
Fri, 9 Dec 2005 22:31:08 +0000 (17:31 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 9 Dec 2005 22:31:08 +0000 (17:31 -0500)
Thanks to Solar Designer for pointing out the missing preposition.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/ChangeLog
e2fsck/unix.c

index f445784fd53c100750d3fd18c2008812c57a465a..66d5a5debe73eef16c817b8ebdc898df8ba26bac 100644 (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.
 
index 5f1aaa23185bd3def96ceaa6c24b305a4eec90db..4e1b814f6d8e53fa11ff109ef9c082793e53b514 100644 (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;