Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxxxxx> --- misc-utils/uuidd.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/misc-utils/uuidd.c b/misc-utils/uuidd.c index 208c361..feb0a0a 100644 --- a/misc-utils/uuidd.c +++ b/misc-utils/uuidd.c @@ -342,7 +342,7 @@ static void server_loop(const char *socket_path, const char *pidfile_path, memset(&timeout, 0, sizeof timeout); timeout.it_value.tv_sec = 30; if (setup_timer(&t_id, &timeout, &timeout_handler)) - err(EXIT_FAILURE, _("cannot not setup timer")); + err(EXIT_FAILURE, _("cannot set up timer")); if (pidfile_path) fd_pidfile = create_pidfile(uuidd_cxt, pidfile_path); ret = call_daemon(socket_path, UUIDD_OP_GETPID, reply_buf, -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html