Reported-by: Antonio Ceballos <aceballos@xxxxxxxxx> Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxxxxx> --- disk-utils/partx.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/disk-utils/partx.c b/disk-utils/partx.c index 00c2631..d1dc6f1 100644 --- a/disk-utils/partx.c +++ b/disk-utils/partx.c @@ -309,7 +309,7 @@ static int del_parts(int fd, const char *device, dev_t devno, continue; } else if (errno == ENXIO) { if (verbose) - printf(_("%s: partition #%d already doesn't exist\n"), device, i); + printf(_("%s: partition #%d doesn't exist\n"), device, i); continue; } rc = -1; -- 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