aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-07-20 21:04:25 +0200
committerChristian Grothoff <christian@grothoff.org>2022-07-20 21:04:25 +0200
commitbd88a19e2d116dd629a70c977c4edeb20bec22d8 (patch)
treee95ef8a85323893caf59ec49cd9a45843d224be1
parent76b5b1952cf64a6560c82cfdd951829b6b2be83d (diff)
downloadlibmicrohttpd-bd88a19e2d116dd629a70c977c4edeb20bec22d8.tar.gz
libmicrohttpd-bd88a19e2d116dd629a70c977c4edeb20bec22d8.zip
-typo
-rw-r--r--src/include/microhttpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 876c666c..670a990d 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -4603,7 +4603,7 @@ struct MHD_DigestAuthInfo
4603 * The length of the 'cnonce' parameter value, including possible 4603 * The length of the 'cnonce' parameter value, including possible
4604 * backslash-escape characters. 4604 * backslash-escape characters.
4605 * 'cnonce' is used in hash calculation, which is CPU-intensive procedure. 4605 * 'cnonce' is used in hash calculation, which is CPU-intensive procedure.
4606 * An applicaion may want to reject too large cnonces to limit the CPU load. 4606 * An application may want to reject too large cnonces to limit the CPU load.
4607 * A few kilobytes is a reasonable limit, typically cnonce is just 32-160 4607 * A few kilobytes is a reasonable limit, typically cnonce is just 32-160
4608 * characters long. 4608 * characters long.
4609 */ 4609 */