-
Notifications
You must be signed in to change notification settings - Fork 114
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 #73
base: master
Are you sure you want to change the base?
Spelling #73
Conversation
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
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.
Most corrections suggested by Google Sheets. All fault mine.
// TDOO(bradrydzewski) add stats endpoint | ||
// TODO(bradrydzewski) add stats endpoint |
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.
notable
Data: "pipeilne: []", | ||
Data: "pipeline: []", |
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.
notable
@@ -48,7 +48,7 @@ func Encrypt(plaintext []byte, key *[32]byte) (ciphertext []byte, err error) { | |||
return gcm.Seal(nonce, nonce, plaintext, nil), nil | |||
} | |||
|
|||
// Decrypt decrypts the raw, unencoded cihpertext with the provided key. | |||
// Decrypt decrypts the raw, unencoded ciphertext with the provided key. | |||
func Decrypt(ciphertext []byte, key *[32]byte) (plaintext []byte, err error) { | |||
block, err := aes.NewCipher(key[:]) | |||
if err != nil { |
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.
Hanging comment about the file that's renamed below here...
The package internally calls itself validator
...
This PR corrects misspellings identified by the check-spelling action.
The misspellings have been reported at jsoref@5ac643a#commitcomment-89055930
The action reports that the changes in this PR would make it happy: jsoref@9486e73
Note: this PR does not include the action. If you're interested in running a spell check on every PR and push, that can be offered separately.