Skip to content

Commit 451d5d6

Browse files
cuishuanggopherbot
authored andcommitted
internal: remove repeated definite articles
Change-Id: I0ce35bd2b7b870de9c0ffd898f245b49edbe55f7 Reviewed-on: https://go-review.googlesource.com/c/oauth2/+/489715 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Run-TryBot: shuang cui <imcusg@gmail.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com>
1 parent cfe200d commit 451d5d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/oauth2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
// ParseKey converts the binary contents of a private key file
1616
// to an *rsa.PrivateKey. It detects whether the private key is in a
17-
// PEM container or not. If so, it extracts the the private key
17+
// PEM container or not. If so, it extracts the private key
1818
// from PEM container before conversion. It only supports PEM
1919
// containers with no passphrase.
2020
func ParseKey(key []byte) (*rsa.PrivateKey, error) {

0 commit comments

Comments
 (0)