From a919ded138a40008ac960525a753e55da3704af7 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 29 Aug 2017 10:38:14 +0200 Subject: [PATCH] ctdbd: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Amitay Isaacs --- ctdb/server/ctdb_daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctdb/server/ctdb_daemon.c b/ctdb/server/ctdb_daemon.c index c72f41a4b9e..dda09655e7f 100644 --- a/ctdb/server/ctdb_daemon.c +++ b/ctdb/server/ctdb_daemon.c @@ -1744,7 +1744,7 @@ struct ctdb_client *ctdb_find_client_by_pid(struct ctdb_context *ctdb, pid_t pid /* This control is used by samba when probing if a process (of a samba daemon) exists on the node. Samba does this when it needs/wants to check if a subrecord in one of the - databases is still valied, or if it is stale and can be removed. + databases is still valid, or if it is stale and can be removed. If the node is in unhealthy or stopped state we just kill of the samba process holding this sub-record and return to the calling samba that the process does not exist. -- 2.34.1