From: Mathieu Parent Date: Thu, 29 Aug 2019 20:37:02 +0000 (+0200) Subject: Spelling fixes s/implentation/implementation/ X-Git-Tag: tevent-0.10.1~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6525485df9c1e06206df2239d3069eb180c6768;p=thirdparty%2Fsamba.git Spelling fixes s/implentation/implementation/ Signed-off-by: Mathieu Parent Reviewed-by: Andrew Bartlett Reviewed-by: Gary Lockyer --- diff --git a/docs-xml/Samba-Developers-Guide/vfs.xml b/docs-xml/Samba-Developers-Guide/vfs.xml index c9303d6abdc..b7730e97047 100644 --- a/docs-xml/Samba-Developers-Guide/vfs.xml +++ b/docs-xml/Samba-Developers-Guide/vfs.xml @@ -120,7 +120,7 @@ subsystem. Each operation could perform in a following ways: this mode; splitter, a way when some file system activity is done in addition to the transparently calling previous - implentation. This usually involves mangling the result of that call + implementation. This usually involves mangling the result of that call before returning it back to the caller. This mode is selected by SMB_VFS_LAYER_SPLITTER constant; logger does not change anything or 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. * * @{