From: James Jones Date: Tue, 8 Aug 2023 19:57:23 +0000 (-0500) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af843f75e79bbf1bda0348d9fc0c9b96129345c5;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/lib/tls/log.c b/src/lib/tls/log.c index ccf23ce67fb..0864f6e0201 100644 --- a/src/lib/tls/log.c +++ b/src/lib/tls/log.c @@ -512,7 +512,7 @@ static int _fr_tls_log_bio_free(void *log_bio) * @note The returned BIO should be assumed to be invalid if the request yields. * * @param[in] file of caller. - * @Parma[in] line of caller. + * @param[in] line of caller. * @param[in] request to temporarily associate with logging BIO. * @param[in] type to temporarily assign to logging bio. * @param[in] lvl to temporarily assign to logging bio. @@ -560,7 +560,7 @@ BIO *_fr_tls_request_log_bio(char const *file, int line, request_t *request, fr_ * @note The returned BIO should be assumed to be invalid if the current request yields. * * @param[in] file of caller. - * @Parma[in] line of caller. + * @param[in] line of caller. * @param[in] type to temporarily assign to logging bio. * @param[in] lvl to temporarily assign to logging bio. * @return A thread local BIO to pass to OpenSSL logging functions.