summaryrefslogtreecommitdiff
path: root/ctdb
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2019-10-26 02:41:08 +0200
committerBjoern Jacke <bjacke@samba.org>2019-10-31 00:43:38 +0000
commitc71a1df18aa1b38c194e6b200b81ac44f6d6770f (patch)
treebaefbb084c3ab83b1e2cb1c2a28294cb56011898 /ctdb
parent522697331fc143bb04cc5136d60178533ae61afc (diff)
downloadsamba-c71a1df18aa1b38c194e6b200b81ac44f6d6770f.tar.gz
ctdb/client/client.h: typo fixes
Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb')
-rw-r--r--ctdb/client/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/client/client.h b/ctdb/client/client.h
index 0df76a66e46..88ee5768d76 100644
--- a/ctdb/client/client.h
+++ b/ctdb/client/client.h
@@ -184,7 +184,7 @@ void ctdb_client_wait(struct tevent_context *ev, bool *done);
* @param[in] ev Tevent context
* @param[in] done Boolean flag to indicate when to stop waiting
* @param[in] timeout How long to wait
- * @return 0 on succes, ETIMEDOUT on timeout, and errno on failure
+ * @return 0 on success, ETIMEDOUT on timeout, and errno on failure
*/
int ctdb_client_wait_timeout(struct tevent_context *ev, bool *done,
struct timeval timeout);