summaryrefslogtreecommitdiff
path: root/ctdb/server
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2017-08-29 10:38:14 +0200
committerVolker Lendecke <vl@samba.org>2017-09-26 09:37:13 +0200
commita919ded138a40008ac960525a753e55da3704af7 (patch)
tree6571876251599c67291cca0d917682fcdf77ff00 /ctdb/server
parent0d4c3e5e3fd379b35645d5d10f9705116eba4197 (diff)
downloadsamba-a919ded138a40008ac960525a753e55da3704af7.tar.gz
ctdbd: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/server')
-rw-r--r--ctdb/server/ctdb_daemon.c2
1 files changed, 1 insertions, 1 deletions
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.