]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib/tsocket: fix a typo in the tsocket guide doc
authorBjörn Baumbach <bb@sernet.de>
Tue, 17 Jan 2023 11:28:36 +0000 (12:28 +0100)
committerBjörn Baumbach <bb@sernet.de>
Tue, 17 Jan 2023 18:23:18 +0000 (18:23 +0000)
Signed-off-by: Björn Baumbach <bb@sernet.de>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Björn Baumbach <bb@sernet.de>
Autobuild-Date(master): Tue Jan 17 18:23:18 UTC 2023 on sn-devel-184

lib/tsocket/tsocket_guide.txt

index afd0bd37dbc42e9f5b541466e5c6aa09bcbe294d..7c925d4f1dbb64224a2fe6868e44c3ad9263bc7c 100644 (file)
@@ -216,7 +216,7 @@ state for this function. The tstream_readv_pdu engine will ask
 the next_vector function for the next iovec vector to be used.
 There is a tstream_readv_send/recv pair for each vector returned
 by the next_vector function. If the next_vector function detects
-it received a full pdu, it returns an empty vector. The the callback
+it received a full pdu, it returns an empty vector. The callback
 of the tevent_req (returned by tstream_readv_pdu_send()) is triggered.
 Note: the buffer allocation is completely up to the next_vector function
 and its private state.