aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/digestauth.c
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-05-21 17:52:48 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-05-21 17:57:04 +0300
commit2c5033377fb03e139bd2f90ff9fb9cf6c7e9a4de (patch)
tree8ea4356f8260c6cb171dc5023f8f3517934dab59 /src/microhttpd/digestauth.c
parent73380b54a12b5b4bc49d8f944e89c8c5b5c1a4fb (diff)
downloadlibmicrohttpd-2c5033377fb03e139bd2f90ff9fb9cf6c7e9a4de.tar.gz
libmicrohttpd-2c5033377fb03e139bd2f90ff9fb9cf6c7e9a4de.zip
Spelling fixes
Diffstat (limited to 'src/microhttpd/digestauth.c')
-rw-r--r--src/microhttpd/digestauth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/digestauth.c b/src/microhttpd/digestauth.c
index 8564e02a..ae5034b8 100644
--- a/src/microhttpd/digestauth.c
+++ b/src/microhttpd/digestauth.c
@@ -824,7 +824,7 @@ check_argument_match (struct MHD_Connection *connection,
824 } 824 }
825 if (0 != num_headers) 825 if (0 != num_headers)
826 { 826 {
827 /* argument count missmatch */ 827 /* argument count mismatch */
828 return MHD_NO; 828 return MHD_NO;
829 } 829 }
830 return MHD_YES; 830 return MHD_YES;