Skip to content

Spelling#73

Open
jsoref wants to merge 7 commits into
drone:masterfrom
jsoref:spelling
Open

Spelling#73
jsoref wants to merge 7 commits into
drone:masterfrom
jsoref:spelling

Conversation

@jsoref

@jsoref jsoref commented Nov 6, 2022

Copy link
Copy Markdown

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.

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>

@jsoref jsoref left a comment

Copy link
Copy Markdown
Author

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.

Comment thread drone/interface.go
// TODO(bradrydzewski) add repo + latest build endpoint
// TODO(bradrydzewski) add queue endpoint
// TDOO(bradrydzewski) add stats endpoint
// TODO(bradrydzewski) add stats endpoint

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

notable

want := &drone.Config{
Kind: "drone.v1.yaml",
Data: "pipeilne: []",
Data: "pipeline: []",

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

notable

// 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 {

Copy link
Copy Markdown
Author

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant