crypt32/tests: Fix a spelling error in a comment.

Francois Gouget fgouget at free.fr
Fri Apr 15 19:24:41 CDT 2016


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/crypt32/tests/chain.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/crypt32/tests/chain.c b/dlls/crypt32/tests/chain.c
index be2ec54..5635a15 100644
--- a/dlls/crypt32/tests/chain.c
+++ b/dlls/crypt32/tests/chain.c
@@ -4670,7 +4670,7 @@ static void check_ssl_policy(void)
     CHECK_CHAIN_POLICY_STATUS(CERT_CHAIN_POLICY_SSL, NULL,
      fooPolicyCheckWithoutMatchingName, &oct2007, &policyPara);
     /* The Battle.Net chain checks a certificate with a domain component
-     * containg a terminating NULL.
+     * containing a terminating NULL.
      */
     sslPolicyPara.pwszServerName = battle_dot_net;
     CHECK_CHAIN_POLICY_STATUS(CERT_CHAIN_POLICY_SSL, NULL,
-- 
2.8.0.rc3




More information about the wine-patches mailing list