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,