gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] branch master updated: -typo


From: gnunet
Subject: [libmicrohttpd] branch master updated: -typo
Date: Sun, 31 Jul 2022 21:59:11 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new bb33e458 -typo
bb33e458 is described below

commit bb33e458efbb383c5b557ef7a585c08b49dcdd43
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jul 31 21:59:09 2022 +0200

    -typo
---
 src/microhttpd/digestauth.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c
index 4f0434bd..95661a79 100644
--- a/src/microhttpd/digestauth.c
+++ b/src/microhttpd/digestauth.c
@@ -72,7 +72,7 @@
  * Trim value to the TIMESTAMP_BIN_SIZE size
  */
 #define TRIM_TO_TIMESTAMP(value) \
-  ((value) & ((UINT64_C(1) << (TIMESTAMP_BIN_SIZE * 8)) - 1))
+  ((value) & ((UINT64_C (1) << (TIMESTAMP_BIN_SIZE * 8)) - 1))
 
 
 /**
@@ -177,7 +177,7 @@
  * The minimal size of the prefix for parameter with the extended notation
  */
 #define MHD_DAUTH_EXT_PARAM_MIN_LEN \
-  MHD_STATICSTR_LEN_(MHD_DAUTH_EXT_PARAM_PREFIX "'")
+  MHD_STATICSTR_LEN_ (MHD_DAUTH_EXT_PARAM_PREFIX "'")
 
 /**
  * The result of nonce-nc map array check.
@@ -2931,7 +2931,7 @@ MHD_queue_auth_required_response3 (struct MHD_Connection 
*connection,
     if ((0 != userhash_support) || (0 != prefer_utf8))
       MHD_DLOG (connection->daemon,
                 _ ("The 'userhash' and 'charset' ('prefer_utf8') parameters " \
-                   "are not compatible with RFC2069 and igored.\n"));
+                   "are not compatible with RFC2069 and ignored.\n"));
 #endif
     userhash_support = 0;
     prefer_utf8 = 0;

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]