summaryrefslogtreecommitdiff
path: root/lib/tsocket
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2019-08-29 22:37:02 +0200
committerAndrew Bartlett <abartlet@samba.org>2019-09-01 22:21:28 +0000
commitd6525485df9c1e06206df2239d3069eb180c6768 (patch)
treeeb9fd4562bc756e2fbe3378ec5506eb792e71ac3 /lib/tsocket
parent1a750eb1f7f2d5246e451d2162d8c52b6d4d5ad1 (diff)
downloadsamba-d6525485df9c1e06206df2239d3069eb180c6768.tar.gz
Spelling fixes s/implentation/implementation/
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'lib/tsocket')
-rw-r--r--lib/tsocket/tsocket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tsocket/tsocket.h b/lib/tsocket/tsocket.h
index edefa7478e7..aad82795691 100644
--- a/lib/tsocket/tsocket.h
+++ b/lib/tsocket/tsocket.h
@@ -481,7 +481,7 @@ int tstream_disconnect_recv(struct tevent_req *req,
* @defgroup tsocket_bsd tsocket_bsd - inet, inet6 and unix
* @ingroup tsocket
*
- * The main tsocket library comes with implentations for BSD style ipv4, ipv6
+ * The main tsocket library comes with implementations for BSD style ipv4, ipv6
* and unix sockets.
*
* @{