From: Volker Lendecke Date: Fri, 7 May 2021 15:36:58 +0000 (+0200) Subject: ctdb: fix typos X-Git-Tag: tevent-0.11.0~866 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f188c9d732e4b9b3d37c4cb09608aba747845997;p=thirdparty%2Fsamba.git ctdb: fix typos Bug: https://bugzilla.samba.org/show_bug.cgi?id=14475 Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- diff --git a/ctdb/tests/src/run_event_test.c b/ctdb/tests/src/run_event_test.c index cfe5f161d1d..3afad557ae9 100644 --- a/ctdb/tests/src/run_event_test.c +++ b/ctdb/tests/src/run_event_test.c @@ -86,7 +86,7 @@ static void do_run(TALLOC_CTX *mem_ctx, struct tevent_context *ev, timeout, false); if (req == NULL) { - fprintf(stderr, "run_proc_send() failed\n"); + fprintf(stderr, "run_event_send() failed\n"); return; } @@ -94,7 +94,7 @@ static void do_run(TALLOC_CTX *mem_ctx, struct tevent_context *ev, status = run_event_recv(req, &ret, mem_ctx, &script_list); if (! status) { - fprintf(stderr, "run_proc_recv() failed, ret=%d\n", ret); + fprintf(stderr, "run_event_recv() failed, ret=%d\n", ret); return; }