From 9e93004171eb0c4c288051b2d7bb37f97a0ae430 Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Sun, 29 May 2016 23:11:53 +0200 Subject: misc: Fix various typos Fix various typos in error messages, warnings, debug strings, comments and names of static functions. Signed-off-by: Sebastian Rasmussen --- sys-utils/swapon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/swapon.c') diff --git a/sys-utils/swapon.c b/sys-utils/swapon.c index 97acf1ea9..62a776d40 100644 --- a/sys-utils/swapon.c +++ b/sys-utils/swapon.c @@ -767,7 +767,7 @@ static int swapon_all(struct swapon_ctl *ctl) if (prop.no_fail && access(device, R_OK) != 0) { if (ctl->verbose) - warnx(_("%s: unaccessible -- ignored"), device); + warnx(_("%s: inaccessible -- ignored"), device); continue; } -- cgit v1.2.3-55-g7522