From: Volker Lendecke Date: Tue, 17 Aug 2021 14:28:31 +0000 (+0200) Subject: libsmb: Fix a typo X-Git-Tag: ldb-2.5.0~873 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbb1226c7ce7fa5b6fe5de1fc540e01fbec9b553;p=thirdparty%2Fsamba.git libsmb: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/libsmb/clientgen.c b/source3/libsmb/clientgen.c index b9b2bacaa76..a5929ecc7df 100644 --- a/source3/libsmb/clientgen.c +++ b/source3/libsmb/clientgen.c @@ -231,7 +231,7 @@ static void _cli_shutdown(struct cli_state *cli) cli_nt_pipes_close(cli); /* - * tell our peer to free his resources. Wihtout this, when an + * tell our peer to free his resources. Without this, when an * application attempts to do a graceful shutdown and calls * smbc_free_context() to clean up all connections, some connections * can remain active on the peer end, until some (long) timeout period