From f7f15c25d2ce6e9f856e48c92009394222714d03 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 28 Dec 2017 21:41:33 +0100 Subject: [PATCH] tsocket: Fix typos Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- lib/tsocket/tsocket.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. * -- 2.47.3