]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
textual: "ambivalent" applies to intentions, "ambiguous" to results
authorBenno Schulenberg <bensberg@justemail.net>
Mon, 22 Sep 2014 20:15:32 +0000 (22:15 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 1 Oct 2014 07:37:03 +0000 (09:37 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
lib/swapprober.c

index 39697c55086b88ea676d96278546e6ccfce3e673..5a4b112e15cbb4ac628e570519632bd368a866bb 100644 (file)
@@ -29,7 +29,7 @@ blkid_probe get_swap_prober(const char *devname)
        if (rc == -1)
                warn(_("%s: unable to probe device"), devname);
        else if (rc == -2)
-               warnx(_("%s: ambivalent probing result, use wipefs(8)"), devname);
+               warnx(_("%s: ambiguous probing result; use wipefs(8)"), devname);
        else if (rc == 1)
                warnx(_("%s: not a valid swap partition"), devname);