summaryrefslogtreecommitdiffstats
path: root/lib/swapprober.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/swapprober.c')
-rw-r--r--lib/swapprober.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/swapprober.c b/lib/swapprober.c
index 39697c550..5a4b112e1 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);