From fbfc9b359560bd2265b71ee6324c8b66575f1d45 Mon Sep 17 00:00:00 2001 From: renmingshuai Date: Mon, 19 Feb 2024 16:18:34 +0800 Subject: [PATCH] Fix a syntax error Signed-off-by: renmingshuai Reviewed-by: Jakub Jelen --- include/libssh/config_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libssh/config_parser.h b/include/libssh/config_parser.h index ca353432..4648614c 100644 --- a/include/libssh/config_parser.h +++ b/include/libssh/config_parser.h @@ -51,7 +51,7 @@ int ssh_config_get_yesno(char **str, int notfound); * be stored or NULL if we do not care about the result. * @param[out] port Pointer to the location, where the new port will * be stored or NULL if we do not care about the result. - * @param[in] ignore_port Set to true if the we should not attempt to parse + * @param[in] ignore_port Set to true if we should not attempt to parse * port number. * * @returns SSH_OK if the provided string is in format of SSH URI,