From 54fefa078e54718acbd2489b0f92328f272f9a3c Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 18 Jan 2015 21:17:09 +0100 Subject: textual: fix spellos and inconsistencies in several program messages Signed-off-by: Benno Schulenberg --- sys-utils/swapon.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys-utils/swapon.c') diff --git a/sys-utils/swapon.c b/sys-utils/swapon.c index c5106abcc..bcceb7c69 100644 --- a/sys-utils/swapon.c +++ b/sys-utils/swapon.c @@ -758,9 +758,9 @@ static void __attribute__ ((__noreturn__)) usage(FILE * out) " name of file to be used\n"), out); fputs(_("\nAvailable discard policy types (for --discard):\n" - " once : only single-time area discards are issued\n" - " pages : freed pages are discarded before they are reused\n" - " If no policy is selected, both discard types are enabled (default).\n"), out); + " once : only single-time area discards are issued\n" + " pages : freed pages are discarded before they are reused\n" + "If no policy is selected, both discard types are enabled (default).\n"), out); fputs(_("\nAvailable columns (for --show):\n"), out); for (i = 0; i < ARRAY_SIZE(infos); i++) -- cgit v1.2.3-55-g7522