]> Cypherpunks.ru repositories - gostls13.git/commitdiff
crypto/x509: fix spelling error
authorKevin Burke <kevin@burke.dev>
Wed, 24 Mar 2021 23:02:24 +0000 (16:02 -0700)
committerKevin Burke <kev@inburke.com>
Thu, 25 Mar 2021 00:15:42 +0000 (00:15 +0000)
Change-Id: Ieb1900531f42acf2c8b98ac89fceb8b87c8e5d0c
Reviewed-on: https://go-review.googlesource.com/c/go/+/304609
Reviewed-by: Roland Shoemaker <roland@golang.org>
Trust: Kevin Burke <kev@inburke.com>

src/crypto/x509/verify.go

index 46afb2698a919ddb64131ee9d5df0958f2063309..2432d9bb8680e216a957f1204e03976843fd5d1c 100644 (file)
@@ -837,7 +837,7 @@ func appendToFreshChain(chain []*Certificate, cert *Certificate) []*Certificate
 }
 
 // maxChainSignatureChecks is the maximum number of CheckSignatureFrom calls
-// that an invocation of buildChains will (tranistively) make. Most chains are
+// that an invocation of buildChains will (transitively) make. Most chains are
 // less than 15 certificates long, so this leaves space for multiple chains and
 // for failed checks due to different intermediates having the same Subject.
 const maxChainSignatureChecks = 100