s3/libsmb: fix a typo in parameter description
authorBjörn Baumbach <bb@sernet.de>
Tue, 17 Jan 2023 11:29:28 +0000 (12:29 +0100)
committerBjörn Baumbach <bb@sernet.de>
Tue, 17 Jan 2023 17:21:38 +0000 (17:21 +0000)
Signed-off-by: Björn Baumbach <bb@sernet.de>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/libsmb/cliconnect.c

index edbd2477f603ede3498411f7127f222089e6f98f..b687a22e11cf142b2bc1543d469d805c8b70ea69 100644 (file)
@@ -2786,7 +2786,7 @@ static void cli_start_connection_done(struct tevent_req *subreq);
    establishes a connection to after the negprot. 
    @param output_cli A fully initialised cli structure, non-null only on success
    @param dest_host The netbios name of the remote host
-   @param dest_ss (optional) The the destination IP, NULL for name based lookup
+   @param dest_ss (optional) The destination IP, NULL for name based lookup
    @param port (optional) The destination port (0 for default)
 */