From 44e76ea3c780a7b20be05dc4ae2cdbd79556e61b Mon Sep 17 00:00:00 2001
From: Francois Gouget <fgouget@free.fr>
Date: Mon, 9 Nov 2020 17:45:58 +0100
Subject: [PATCH] cryptnet: Fix the spelling of the x-pkcs7-certificates MIME
 type.

This may fix connections to some encrypted websites.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
---
 dlls/cryptnet/cryptnet_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/cryptnet/cryptnet_main.c b/dlls/cryptnet/cryptnet_main.c
index 5243481ff28..efcb3dc9ba2 100644
--- a/dlls/cryptnet/cryptnet_main.c
+++ b/dlls/cryptnet/cryptnet_main.c
@@ -888,7 +888,7 @@ static BOOL WINAPI HTTP_RetrieveEncodedObjectW(LPCWSTR pszURL,
                 {
                  L"application/x-x509-ca-cert", L"application/x-x509-email-cert",
                  L"application/x-x509-server-cert", L"application/x-x509-user-cert",
-                 L"application/x-pkcs7-certifcates", L"application/pkix-crl",
+                 L"application/x-pkcs7-certificates", L"application/pkix-crl",
                  L"application/x-pkcs7-crl", L"application/x-pkcs7-signature",
                  L"application/x-pkcs7-mime", NULL
                 };
-- 
GitLab