summaryrefslogtreecommitdiff
path: root/libavformat/httpauth.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/httpauth.h')
-rw-r--r--libavformat/httpauth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/httpauth.h b/libavformat/httpauth.h
index 99bf43ffdc..9bfbc520ef 100644
--- a/libavformat/httpauth.h
+++ b/libavformat/httpauth.h
@@ -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;
/**