From: Volker Lendecke Date: Thu, 28 Dec 2017 20:41:33 +0000 (+0100) Subject: tsocket: Fix typos X-Git-Tag: talloc-2.1.11~82 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7f15c25d2ce6e9f856e48c92009394222714d03;p=thirdparty%2Fsamba.git tsocket: Fix typos Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/lib/tsocket/tsocket.h b/lib/tsocket/tsocket.h index f52b7466dfb..dd0bd981f20 100644 --- a/lib/tsocket/tsocket.h +++ b/lib/tsocket/tsocket.h @@ -805,7 +805,7 @@ bool tstream_bsd_optimize_readv(struct tstream_context *stream, * @brief Connect async to a TCP endpoint and create a tstream_context for the * stream based communication. * - * Use this function to connenct asynchronously to a remote ipv4 or ipv6 TCP + * Use this function to connect asynchronously to a remote ipv4 or ipv6 TCP * endpoint and create a tstream_context for the stream based communication. * * @param[in] mem_ctx The talloc memory context to use. @@ -961,7 +961,7 @@ struct sockaddr; * * @param[in] sa The sockaddr structure to convert. * - * @param[in] sa_socklen The lenth of the sockaddr sturucte. + * @param[in] sa_socklen The length of the sockaddr structure. * * @param[out] addr The tsocket pointer to allocate and fill. *