From f50b6be7a6088dbff621613bfec82d6fef62dca3 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Fri, 13 May 2022 17:25:27 +0300 Subject: [PATCH] libmicrohttpd.texi: fixed formatting in 15ea1533a8bb7c9d8eafb25defe4aeba6fa3f7f2 --- doc/libmicrohttpd.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi index f86eacd9..57cdb000 100644 --- a/doc/libmicrohttpd.texi +++ b/doc/libmicrohttpd.texi @@ -3184,7 +3184,7 @@ Wrong ``URI'' (or URI parameters). @item MHD_DAUTH_NONCE_STALE The ``nonce'' is too old. Suggest the client to retry with the same username and password to get the fresh ``nonce''. -The validity of the 'nonce' may not be checked. +The validity of the ``nonce'' may not be checked. @item MHD_DAUTH_NONCE_WRONG The ``nonce'' is wrong. May indicate an attack attempt.