summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-rw-r--r--docs-xml/smbdotconf/winbind/winbindignoredomains.xml2
-rw-r--r--lib/krb5_wrap/krb5_samba.c4
-rw-r--r--third_party/cmocka/cmocka.c2
8 files changed, 10 insertions, 10 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.
*/
diff --git a/docs-xml/smbdotconf/winbind/winbindignoredomains.xml b/docs-xml/smbdotconf/winbind/winbindignoredomains.xml
index 62a8f8634e5..af992228a42 100644
--- a/docs-xml/smbdotconf/winbind/winbindignoredomains.xml
+++ b/docs-xml/smbdotconf/winbind/winbindignoredomains.xml
@@ -3,7 +3,7 @@
type="cmdlist"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
- <para>Allows to enter a list of trusted domains winbind should
+ <para>Allows one to enter a list of trusted domains winbind should
ignore (untrust). This can avoid the overhead of resources from
attempting to login to DCs that should not be communicated with.
</para>
diff --git a/lib/krb5_wrap/krb5_samba.c b/lib/krb5_wrap/krb5_samba.c
index 1493d812266..f49838cc61c 100644
--- a/lib/krb5_wrap/krb5_samba.c
+++ b/lib/krb5_wrap/krb5_samba.c
@@ -1196,7 +1196,7 @@ krb5_error_code smb_krb5_enctype_to_string(krb5_context context,
/**
* @brief Open a key table readonly or with readwrite access.
*
- * Allows to use a different keytab than the default one using a relative
+ * Allows one to use a different keytab than the default one using a relative
* path to the keytab.
*
* @param[in] context The library context
@@ -1334,7 +1334,7 @@ out:
/**
* @brief Open a key table readonly or with readwrite access.
*
- * Allows to use a different keytab than the default one. The path needs to be
+ * Allows one to use a different keytab than the default one. The path needs to be
* an absolute path or an error will be returned.
*
* @param[in] context The library context
diff --git a/third_party/cmocka/cmocka.c b/third_party/cmocka/cmocka.c
index a5115c7cb5e..0861c2cbcd6 100644
--- a/third_party/cmocka/cmocka.c
+++ b/third_party/cmocka/cmocka.c
@@ -45,7 +45,7 @@
#include <time.h>
/*
- * This allows to add a platform specific header file. Some embedded platforms
+ * This allows one to add a platform specific header file. Some embedded platforms
* sometimes miss certain types and definitions.
*
* Example: