From bd88a19e2d116dd629a70c977c4edeb20bec22d8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 20 Jul 2022 21:04:25 +0200 Subject: [PATCH] -typo --- src/include/microhttpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * 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. */