]> Cypherpunks repositories - gostls13.git/commitdiff
crypto/ecdsa: fix typo
authorguoguangwu <guoguangwu@magic-shield.com>
Tue, 20 Feb 2024 01:57:37 +0000 (01:57 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 26 Feb 2024 21:33:58 +0000 (21:33 +0000)
Change-Id: I32580ffb31ffad05a7c8d3aa0c491aff9f55ea6a
GitHub-Last-Rev: 67516eaa18923f0f59a69e82b74ecba74af387d4
GitHub-Pull-Request: golang/go#65565
Reviewed-on: https://go-review.googlesource.com/c/go/+/562316
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/crypto/ecdsa/ecdsa_test.go

index 08a0903eb1ae2b9e60f4cb4a2faeb4722057e611..ae9fd81f93173662faaa31610a347e2c65b89441 100644 (file)
@@ -428,7 +428,7 @@ func testZeroSignature(t *testing.T, curve elliptic.Curve) {
        }
 }
 
-func TestNegtativeSignature(t *testing.T) {
+func TestNegativeSignature(t *testing.T) {
        testAllCurves(t, testNegativeSignature)
 }