From e22d8b9519cb8d71fe13cc11105ccb7c29b92a24 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Mon, 31 Jan 2011 11:44:42 +0100 Subject: textual: fix three typos in message strings and improve consistency Signed-off-by: Benno Schulenberg --- partx/partx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'partx/partx.c') diff --git a/partx/partx.c b/partx/partx.c index 1a60cb455..84cb1a17f 100644 --- a/partx/partx.c +++ b/partx/partx.c @@ -774,7 +774,7 @@ int main(int argc, char **argv) usage(stderr); if (device && (upper || lower)) - errx(EXIT_FAILURE, _("--nr and are mutually exclusive}")); + errx(EXIT_FAILURE, _("--nr and are mutually exclusive")); assert(wholedisk); -- cgit v1.2.3-55-g7522