From: Benno Schulenberg Date: Mon, 22 Sep 2014 20:15:32 +0000 (+0200) Subject: textual: "ambivalent" applies to intentions, "ambiguous" to results X-Git-Tag: v2.26-rc1~442 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c75610ff8a73a7c34a6f9b03cb7db15dae5e8ea;p=thirdparty%2Futil-linux.git textual: "ambivalent" applies to intentions, "ambiguous" to results Signed-off-by: Benno Schulenberg --- diff --git a/lib/swapprober.c b/lib/swapprober.c index 39697c5508..5a4b112e15 100644 --- a/lib/swapprober.c +++ b/lib/swapprober.c @@ -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);