]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorJames Jones <jejones3141@gmail.com>
Tue, 8 Aug 2023 19:57:23 +0000 (14:57 -0500)
committerAlan DeKok <aland@freeradius.org>
Tue, 8 Aug 2023 20:00:57 +0000 (16:00 -0400)
src/lib/tls/log.c

index ccf23ce67fb2597cff3ea587133a1b65d24dcc8e..0864f6e02015f4920110df2372c47289c784dac1 100644 (file)
@@ -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.