summaryrefslogtreecommitdiffstats
path: root/sys-utils/flock.c
diff options
context:
space:
mode:
authorBenno Schulenberg2015-08-01 10:23:07 +0200
committerKarel Zak2015-08-03 11:18:56 +0200
commit62eea9ce12daca1027f0dcbff554020fde809b8c (patch)
tree5950adc541e910588ee4fc714632c852f002d3d6 /sys-utils/flock.c
parentbuild-sys: mark script(1) as Linux only due to signalfd() (diff)
downloadkernel-qcow2-util-linux-62eea9ce12daca1027f0dcbff554020fde809b8c.tar.gz
kernel-qcow2-util-linux-62eea9ce12daca1027f0dcbff554020fde809b8c.tar.xz
kernel-qcow2-util-linux-62eea9ce12daca1027f0dcbff554020fde809b8c.zip
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 <bensberg@justemail.net>
Diffstat (limited to 'sys-utils/flock.c')
-rw-r--r--sys-utils/flock.c2
1 files changed, 1 insertions, 1 deletions
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)