From 5534659f202f3ba5fe5b9155fc742e63518aefc9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 13 Jan 2014 15:15:18 +0000 Subject: -grammar --- src/microhttpd/digestauth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/microhttpd/digestauth.c') diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c index f67db9e3..87a2570e 100644 --- a/src/microhttpd/digestauth.c +++ b/src/microhttpd/digestauth.c @@ -630,8 +630,8 @@ MHD_digest_auth_check (struct MHD_Connection *connection, nonce_time = strtoul (nonce + len - 8, (char **)NULL, 16); t = (uint32_t) MHD_monotonic_time(); /* - * First level vetting for the nonce validity if the timestamp - * attached to the nonce exceeds `nonce_timeout' then the nonce is + * First level vetting for the nonce validity: if the timestamp + * attached to the nonce exceeds `nonce_timeout', then the nonce is * invalid. */ if ( (t > nonce_time + nonce_timeout) || -- cgit v1.2.3