summaryrefslogtreecommitdiff
path: root/ctdb/common/sock_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'ctdb/common/sock_client.h')
-rw-r--r--ctdb/common/sock_client.h2
1 files changed, 1 insertions, 1 deletions
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.
*/