]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tsocket: Fix a typo
authorVolker Lendecke <vl@samba.org>
Sun, 14 Jun 2020 14:36:23 +0000 (16:36 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 15 Jun 2020 17:59:38 +0000 (17:59 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/tsocket/tsocket_guide.txt

index 45e20b5103a97d474fd211de991a8754f480e25f..9a96b0432bd96f1013ad6ecacbf10264609310b0 100644 (file)
@@ -128,7 +128,7 @@ functions similar to the readv(2)/writev(2)/close(2) syscalls.
 The tstream_pending_bytes() function is able to report how many bytes of
 the incoming stream have been received but have not been consumed yet.
 It returns -1 and sets 'errno' on failure.
-Otherwise it returns the number of uncomsumed bytes (it can return 0!).
+Otherwise it returns the number of unconsumed bytes (it can return 0!).
 
   ssize_t tstream_pending_bytes(struct tstream_context *stream);