summaryrefslogtreecommitdiff
path: root/ctdb/client/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'ctdb/client/client.h')
-rw-r--r--ctdb/client/client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ctdb/client/client.h b/ctdb/client/client.h
index e792047e914..2eec3eaed63 100644
--- a/ctdb/client/client.h
+++ b/ctdb/client/client.h
@@ -31,7 +31,7 @@
*
* @brief Client api to talk to ctdb daemon
*
- * This API allows to connect to ctdb daemon, perform various database
+ * This API allows one to connect to ctdb daemon, perform various database
* operations, send controls to ctdb daemon and send messages to other ctdb
* clients.
*/
@@ -193,7 +193,7 @@ int ctdb_client_wait_timeout(struct tevent_context *ev, bool *done,
* @brief Async computation start to wait till recovery is completed
*
* CTDB daemon does not perform many operations while in recovery (especially
- * database operations). This computation allows to wait till ctdb daemon has
+ * database operations). This computation allows one to wait till ctdb daemon has
* finished recovery.
*
* @param[in] mem_ctx Talloc memory context