]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Spelling fixes s/implentation/implementation/
authorMathieu Parent <math.parent@gmail.com>
Thu, 29 Aug 2019 20:37:02 +0000 (22:37 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 1 Sep 2019 22:21:28 +0000 (22:21 +0000)
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
docs-xml/Samba-Developers-Guide/vfs.xml
lib/tsocket/tsocket.h

index c9303d6abdc40259112f9cb36304c1986bfb4a66..b7730e97047012e6b1b7df611989c777f57d4cd8 100644 (file)
@@ -120,7 +120,7 @@ subsystem. Each operation could perform in a following ways:
   this mode;</para></listitem>
   <listitem><para><emphasis>splitter</emphasis>, 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
   <literal>SMB_VFS_LAYER_SPLITTER</literal> constant;</para></listitem>
   <listitem><para><emphasis>logger</emphasis> does not change anything or
index edefa7478e744a16b9b7d4890b4ee23bd4783763..aad82795691852cf7f379ed85643089948d823c4 100644 (file)
@@ -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.
  *
  * @{