]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libsmb: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 17 Aug 2021 14:28:31 +0000 (16:28 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 24 Aug 2021 17:32:28 +0000 (17:32 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/libsmb/clientgen.c

index b9b2bacaa76f72852adf81154837c3b8a8d48a0f..a5929ecc7dfedf16be5aa67fdb7cdcdc0ebd4929 100644 (file)
@@ -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