summaryrefslogtreecommitdiffstats
path: root/misc-utils/wipefs.c
diff options
context:
space:
mode:
authorBenno Schulenberg2014-07-22 22:56:27 +0200
committerKarel Zak2014-07-23 08:56:00 +0200
commit09af3db48e01e5744f15fd8a2395e0fed36526ea (patch)
tree2366730c75e6c1b6ad662184107e948481344afd /misc-utils/wipefs.c
parentswapon: don't print errors as data in smartcols table (diff)
downloadkernel-qcow2-util-linux-09af3db48e01e5744f15fd8a2395e0fed36526ea.tar.gz
kernel-qcow2-util-linux-09af3db48e01e5744f15fd8a2395e0fed36526ea.tar.xz
kernel-qcow2-util-linux-09af3db48e01e5744f15fd8a2395e0fed36526ea.zip
textual: fix some typos and inconsistencies in various messages
Fixing plain typos, miswordings, inconsistent periods, some missing angular brackets, and a proper pluralization (even when it involves a constant, because for some languages the precise value matters). Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'misc-utils/wipefs.c')
-rw-r--r--misc-utils/wipefs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc-utils/wipefs.c b/misc-utils/wipefs.c
index ad7caa597..58a643e54 100644
--- a/misc-utils/wipefs.c
+++ b/misc-utils/wipefs.c
@@ -408,8 +408,8 @@ do_wipe(struct wipe_desc *wp, const char *devname, int flags)
if (!(flags & WP_FL_FORCE)
&& wp->is_parttable
&& !blkid_probe_is_wholedisk(pr)) {
- warnx(_("%s: ignore nested \"%s\" partition "
- "table on non-whole disk device."), devname, wp->type);
+ warnx(_("%s: ignoring nested \"%s\" partition table "
+ "on non-whole disk device"), devname, wp->type);
need_force = 1;
continue;
}