summaryrefslogtreecommitdiff
path: root/ctdb
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2021-05-07 17:36:58 +0200
committerRalph Boehme <slow@samba.org>2021-05-18 10:42:32 +0000
commitf188c9d732e4b9b3d37c4cb09608aba747845997 (patch)
tree93661e7f2b9828db6693c47d2b753bdbaf0613f1 /ctdb
parenta204e42c2f84cb0930f6996880af4de85f5794ec (diff)
downloadsamba-f188c9d732e4b9b3d37c4cb09608aba747845997.tar.gz
ctdb: fix typos
Bug: https://bugzilla.samba.org/show_bug.cgi?id=14475 Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'ctdb')
-rw-r--r--ctdb/tests/src/run_event_test.c4
1 files changed, 2 insertions, 2 deletions
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;
}