diff --git a/lists/mozilla-IntermediateCA/list.json b/lists/mozilla-IntermediateCA/list.json index 80f85ac..8da73ef 100644 --- a/lists/mozilla-IntermediateCA/list.json +++ b/lists/mozilla-IntermediateCA/list.json @@ -1,5 +1,5 @@ { - "description": "Fingerprint of known intermedicate of trusted certificates taken from Mozilla's lists at https://wiki.mozilla.org/CA", + "description": "Fingerprint of known intermediate of trusted certificates taken from Mozilla's lists at https://wiki.mozilla.org/CA", "list": [ "000555cdcf3b5faac807b975bf2eb722b77876c797385aec00a8767daaba900f", "000cf657b374afa36610df4a183c90b2", @@ -7270,7 +7270,7 @@ "x509-fingerprint-sha1", "x509-fingerprint-sha256" ], - "name": "Fingerprint of known intermedicate of trusted certificates", + "name": "Fingerprint of known intermediate of trusted certificates", "type": "string", "version": 20210604 } diff --git a/tools/generate_mozilla_certificates.py b/tools/generate_mozilla_certificates.py index dd90616..55ae923 100755 --- a/tools/generate_mozilla_certificates.py +++ b/tools/generate_mozilla_certificates.py @@ -53,4 +53,4 @@ if __name__ == '__main__': process(Included_CA_file, Included_CA_dst, 'trusted CA certificates') download_to_file(CA_known_intermediate_url, CA_known_intermediate_file) process(CA_known_intermediate_file, CA_known_intermediate_dst, - 'known intermedicate of trusted certificates') + 'known intermediate of trusted certificates')