Commit b04b44a2 authored by rsleevi's avatar rsleevi Committed by Commit bot

Fix a typo in X509CertificateNameVerifyTest

BUG=none
R=davidben@chromium.org

Review URL: https://codereview.chromium.org/969083002

Cr-Commit-Position: refs/heads/master@{#318762}
parent c621ab77
......@@ -1011,7 +1011,7 @@ const CertificateNameVerifyTestData kNameVerifyTestData[] = {
// be present.
{ true, "www.test.example", "*.test.example" },
{ true, "test.example.co.uk", "*.example.co.uk" },
{ false, "test.example", "*.exmaple" },
{ false, "test.example", "*.example" },
{ false, "example.co.uk", "*.co.uk" },
{ false, "foo.com", "*.com" },
{ false, "foo.us", "*.us" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment