[PATCH 2/3] maint: remove stray "types and" in the big FS-op warning

Jim Meyering meyering at redhat.com
Fri Nov 6 08:55:26 UTC 2009


* parted/parted.c (issue_fs_op_warning): Correct grammar in diagnostic.
---
 parted/parted.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/parted/parted.c b/parted/parted.c
index 17e94ef..bc55bc9 100644
--- a/parted/parted.c
+++ b/parted/parted.c
@@ -455,8 +455,8 @@ issue_fs_op_warning (char const *op)
    "%s's file system manipulation code is not as robust as what you'll find in\n"
    "dedicated, file-system-specific packages like e2fsprogs.  We recommend\n"
    "you use %s only to manipulate partition tables, whenever possible.\n"
-   "Support for performing most types and operations on most types of file\n"
-   "systems will be removed in an upcoming release.\n"),
+   "Support for performing most operations on most types of file systems\n"
+   "will be removed in an upcoming release.\n"),
    program_name, op, program_name, program_name);
 }

--
1.6.5.2




More information about the parted-devel mailing list