Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxxxxx> --- lib/swapprober.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/swapprober.c b/lib/swapprober.c index 39697c5..5a4b112 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); -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html