-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spelling and grammar fixes #5571
Conversation
5630999
to
c24ec51
Compare
Signed-off-by: Keegan Witt <keeganwitt@gmail.com>
818cab3
to
cb640dd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this cleanup, @keeganwitt! Just a few comments.
@@ -185,7 +185,7 @@ func TestGcpCAS(t *testing.T) { | |||
} | |||
|
|||
func generateCert(t *testing.T, cn string, issuer *x509.Certificate, issuerKey crypto.PrivateKey, ttlInHours int, keyfn func(testing.TB) *ecdsa.PrivateKey) (*x509.Certificate, crypto.PrivateKey, error) { | |||
priv := keyfn(t) | |||
keyPair := keyfn(t) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe privateKey
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought that looked confusing for line 208, it'd be
privateKey.Public()
instead of
keyPair.Public()
Friendly ping @keeganwitt :) As soon as the comments are addressed I think we're good to merge. |
Co-authored-by: Andrew Harding <azdagron@gmail.com> Signed-off-by: Keegan Witt <keeganwitt@gmail.com>
Co-authored-by: Andrew Harding <azdagron@gmail.com> Signed-off-by: Keegan Witt <keeganwitt@gmail.com>
Signed-off-by: Keegan Witt <keeganwitt@gmail.com>
…r-fixes Signed-off-by: Keegan Witt <keeganwitt@gmail.com> # Conflicts: # pkg/common/fflag/fflag.go # pkg/server/endpoints/authorized_entryfetcher_attested_nodes.go # pkg/server/endpoints/authorized_entryfetcher_attested_nodes_test.go # pkg/server/endpoints/authorized_entryfetcher_registration_entries.go # pkg/server/endpoints/authorized_entryfetcher_registration_entries_test.go
This fixes a number of spelling, grammar, and Markdown table formatting problems.