From fe53f0b3d699606f9f72791df40ead997e60af1c Mon Sep 17 00:00:00 2001 From: Mathieu Parent Date: Fri, 4 May 2018 22:12:14 +0200 Subject: Fix spelling s/allows to/allows one to/ Signed-off-by: Mathieu Parent Reviewed-by: Andrew Bartlett Reviewed-by: Garming Sam --- ctdb/client/client.h | 4 ++-- ctdb/common/run_event.h | 2 +- ctdb/common/run_proc.h | 2 +- ctdb/common/sock_client.h | 2 +- ctdb/common/sock_daemon.h | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'ctdb') 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. */ -- cgit v1.2.1