aboutsummaryrefslogtreecommitdiff
path: root/src/crypto
diff options
context:
space:
mode:
authorKevin Burke <kevin@burke.dev>2021-03-24 16:02:24 -0700
committerKevin Burke <kev@inburke.com>2021-03-25 00:15:42 +0000
commit80157b5144191e88b18937eb9b6ee5b6046f3f20 (patch)
tree811949a531986fd093d8a4b5a62465f13f15078e /src/crypto
parente7e0995cba1f57622f593ebd27d4d1a651666c4b (diff)
downloadgo-80157b5144191e88b18937eb9b6ee5b6046f3f20.tar.gz
go-80157b5144191e88b18937eb9b6ee5b6046f3f20.zip
crypto/x509: fix spelling error
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>
Diffstat (limited to 'src/crypto')
-rw-r--r--src/crypto/x509/verify.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/x509/verify.go b/src/crypto/x509/verify.go
index 46afb2698a..2432d9bb86 100644
--- a/src/crypto/x509/verify.go
+++ b/src/crypto/x509/verify.go
@@ -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