summaryrefslogtreecommitdiff
path: root/ctdb
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2018-05-04 22:12:14 +0200
committerAndrew Bartlett <abartlet@samba.org>2018-05-12 02:09:25 +0200
commitfe53f0b3d699606f9f72791df40ead997e60af1c (patch)
treec315dff7d3dd11e680bad79e256d9cf575fe31b3 /ctdb
parent5ca89d84a7fb281e5d7301cc44a55c0acec5be04 (diff)
downloadsamba-fe53f0b3d699606f9f72791df40ead997e60af1c.tar.gz
Fix spelling s/allows to/allows one to/
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'ctdb')
-rw-r--r--ctdb/client/client.h4
-rw-r--r--ctdb/common/run_event.h2
-rw-r--r--ctdb/common/run_proc.h2
-rw-r--r--ctdb/common/sock_client.h2
-rw-r--r--ctdb/common/sock_daemon.h2
5 files changed, 6 insertions, 6 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
diff --git a/ctdb/common/run_event.h b/ctdb/common/run_event.h
index b7266875e9c..bd0f3e675a9 100644
--- a/ctdb/common/run_event.h
+++ b/ctdb/common/run_event.h
@@ -30,7 +30,7 @@
*
* @brief Run scripts in a directory with specific event arguments.
*
- * This abstraction allows to execute multiple scripts in a directory
+ * This abstraction allows one to execute multiple scripts in a directory
* (specified by script_dir) with given event and arguments.
*
* At one time, only one event can be run. Multiple run_event calls
diff --git a/ctdb/common/run_proc.h b/ctdb/common/run_proc.h
index 7de0c84f857..7b06dad90b1 100644
--- a/ctdb/common/run_proc.h
+++ b/ctdb/common/run_proc.h
@@ -28,7 +28,7 @@
*
* @brief Run a process and capture the output
*
- * This abstraction allows to execute scripts with argumunts.
+ * This abstraction allows one to execute scripts with argumunts.
*/
/**
diff --git a/ctdb/common/sock_client.h b/ctdb/common/sock_client.h
index c5822a0ac01..d661c85f3e1 100644
--- a/ctdb/common/sock_client.h
+++ b/ctdb/common/sock_client.h
@@ -28,7 +28,7 @@
*
* @brief A framework for a client based on unix-domain sockets.
*
- * This abstraction allows to build clients that communicate using
+ * This abstraction allows one to build clients that communicate using
* unix-domain sockets. It takes care of the common boilerplate.
*/
diff --git a/ctdb/common/sock_daemon.h b/ctdb/common/sock_daemon.h
index a071833c2f3..a2c4d3de778 100644
--- a/ctdb/common/sock_daemon.h
+++ b/ctdb/common/sock_daemon.h
@@ -30,7 +30,7 @@
*
* @brief A framework for a server based on unix-domain sockets.
*
- * This abstraction allows to build simple servers that communicate using
+ * This abstraction allows one to build simple servers that communicate using
* unix-domain sockets. It takes care of the common boilerplate.
*/