tsocket: Fix a few typos
authorVolker Lendecke <vl@samba.org>
Tue, 12 Jan 2021 08:25:45 +0000 (09:25 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 14 Jan 2021 13:29:35 +0000 (13:29 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Samuel Cabrero <scabrero@samba.org>
lib/tsocket/tsocket_guide.txt

index 9a96b0432bd96f1013ad6ecacbf10264609310b0..afd0bd37dbc42e9f5b541466e5c6aa09bcbe294d 100644 (file)
@@ -3,7 +3,7 @@ Basic design of the tsocket abstraction
 =======================================
 
 The tsocket abstraction is split into two
-different kinds of communitation interfaces.
+different kinds of communication interfaces.
 
 There is the "tstream_context" interface which abstracts
 the communication through a bidirectional
@@ -30,12 +30,12 @@ Constructors are described in later sections of this document.
 A function to get the string representation of an endpoint for debugging is
 available but callers SHOULD NOT try to parse this string. To get more
 details, callers should use getter methods of the specific tsocket_address
-implemention.
+implementation.
 
   char *tsocket_address_string(const struct tsocket_address *addr,
       TALLOC_CTX *mem_ctx);
 
-A function to create a copy of the tsocket_address is also avilable.
+A function to create a copy of the tsocket_address is also available.
 This is useful before doing modifications to a socket
 via additional methods of the specific tsocket_address implementation.