summaryrefslogtreecommitdiffstats
path: root/sys-utils/flock.c
diff options
context:
space:
mode:
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)