From 62eea9ce12daca1027f0dcbff554020fde809b8c Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sat, 1 Aug 2015 10:23:07 +0200 Subject: textual: adjust grammar and punctuation of some messages Also equalize three messages to one other one, and fix a typo in USE_COLORS_BY_DEFAULT. Signed-off-by: Benno Schulenberg --- sys-utils/flock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/flock.c') diff --git a/sys-utils/flock.c b/sys-utils/flock.c index fda7bdc48..b5c4d9189 100644 --- a/sys-utils/flock.c +++ b/sys-utils/flock.c @@ -250,7 +250,7 @@ int main(int argc, char *argv[]) block = LOCK_NB; } else if (setup_timer(&t_id, &timeout, &timeout_handler)) - err(EX_OSERR, _("cannot not setup timer")); + err(EX_OSERR, _("cannot set up timer")); } if (verbose) -- cgit v1.2.3-55-g7522