Skip to content

Commit 0da2a6a

Browse files
cuishuanggopherbot
authored andcommitted
openpgp: fix function name in comment
Change-Id: Ic788ebe311fafa0f5d9750d5f7f25fb70dc0606d Reviewed-on: https://go-review.googlesource.com/c/crypto/+/579175 Run-TryBot: shuang cui <imcusg@gmail.com> Auto-Submit: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
1 parent 5defcc1 commit 0da2a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openpgp/keys_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ func TestRevokedUserID(t *testing.T) {
132132
}
133133
}
134134

135-
// TestExternallyRevokableKey attempts to load and parse a key with a third party revocation permission.
135+
// TestExternallyRevocableKey attempts to load and parse a key with a third party revocation permission.
136136
func TestExternallyRevocableKey(t *testing.T) {
137137
kring, err := ReadKeyRing(readerFromHex(subkeyUsageHex))
138138
if err != nil {

0 commit comments

Comments
 (0)