commit bd88a19e2d116dd629a70c977c4edeb20bec22d8
parent 76b5b1952cf64a6560c82cfdd951829b6b2be83d
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 20 Jul 2022 21:04:25 +0200
-typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
@@ -4603,7 +4603,7 @@ struct MHD_DigestAuthInfo
* The length of the 'cnonce' parameter value, including possible
* backslash-escape characters.
* 'cnonce' is used in hash calculation, which is CPU-intensive procedure.
- * An applicaion may want to reject too large cnonces to limit the CPU load.
+ * An application may want to reject too large cnonces to limit the CPU load.
* A few kilobytes is a reasonable limit, typically cnonce is just 32-160
* characters long.
*/