Fix spelling s/allows to/allows one to/
authorMathieu Parent <math.parent@gmail.com>
Fri, 4 May 2018 20:12:14 +0000 (22:12 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 12 May 2018 00:09:25 +0000 (02:09 +0200)
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
ctdb/client/client.h
ctdb/common/run_event.h
ctdb/common/run_proc.h
ctdb/common/sock_client.h
ctdb/common/sock_daemon.h
docs-xml/smbdotconf/winbind/winbindignoredomains.xml
lib/krb5_wrap/krb5_samba.c
third_party/cmocka/cmocka.c

index e792047e9149606e95eef1ad275919c92fb6c517..2eec3eaed63bed75ed38f86e2bf6e77d3bd4f982 100644 (file)
@@ -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
index b7266875e9c75f77da50e62662322d732ade807a..bd0f3e675a9ca8fa3274b641c96528229fd9ce81 100644 (file)
@@ -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
index 7de0c84f85737a6dd2d039968c3fe967eea5b51d..7b06dad90b14c0a0de4169589308a7d18e1a0a98 100644 (file)
@@ -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.
  */
 
 /**
index c5822a0ac0140843ed15640013b866e216f61549..d661c85f3e19fbaafe1e57e0fd7be7e0a420f442 100644 (file)
@@ -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.
  */
 
index a071833c2f382c43f5b9e2d9f41d1f6f9e39e259..a2c4d3de77872e1736a8ec9f22751d5dc3511c79 100644 (file)
@@ -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.
  */
 
index 62a8f8634e5779d04b269944cfc3f67add9a0089..af992228a42bc01d0248acb9b9944bd1c5e60f50 100644 (file)
@@ -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>
index 1493d81226663a595abbaa166029d91a693fb5af..f49838cc61c0c3ded1749f5a34651d53fe3a3657 100644 (file)
@@ -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
index a5115c7cb5e70eccc365c1fd77e764ffdcc198c7..0861c2cbcd6d1169faa1d8fb9c75a29b9a6c4332 100644 (file)
@@ -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: