]> Cypherpunks repositories - gostls13.git/commitdiff
crypto/x509: fix typo
authorguoguangwu <guoguangwu@magic-shield.com>
Wed, 21 Feb 2024 02:23:29 +0000 (02:23 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 26 Feb 2024 20:48:11 +0000 (20:48 +0000)
Change-Id: I0911c59280e4a208a3deee1f70b47adc60fb734b
GitHub-Last-Rev: 12e95ade68c2f2dd8f87126eae9f3a75841ec8bc
GitHub-Pull-Request: golang/go#65833
Reviewed-on: https://go-review.googlesource.com/c/go/+/565439
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>

src/crypto/x509/hybrid_pool_test.go

index 2b8eb62dd0b964fafbddd4ed81a9ee6ccfa8442a..d591c2e76456f4c22f0f319780b7ff5dac738fa3 100644 (file)
@@ -33,7 +33,7 @@ func TestHybridPool(t *testing.T) {
                // dynamically populates roots into its local trust store at time of
                // use. We can attempt to prime the pool by attempting TLS connections
                // to google.com until it works, suggesting the pool has been properly
-               // updated. If after we hit the dealine, the pool has _still_ not been
+               // updated. If after we hit the deadline, the pool has _still_ not been
                // populated with the expected root, it's unlikely we are ever going to
                // get into a good state, and so we just fail the test. #52108 suggests
                // a better possible long term solution.