* commit '41ed7ab45f':
  cosmetics: Fix spelling mistakes

Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
Clément Bœsch 2016-06-21 21:55:20 +02:00
commit 8ef57a0d61
320 changed files with 870 additions and 871 deletions

View file

@ -62,7 +62,7 @@ typedef struct HTTPAuthState {
*/
char realm[200];
/**
* The parameters specifiec to digest authentication.
* The parameters specific to digest authentication.
*/
DigestParams digest_params;
/**