Skip to content
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 #1144

Merged
merged 25 commits into from
Sep 12, 2023
Merged

Spelling #1144

merged 25 commits into from
Sep 12, 2023

Conversation

jsoref
Copy link
Contributor

@jsoref jsoref commented Sep 8, 2023

Fixes misspellings identified by the check-spelling action.

The misspellings have been reported at https://github.com/jsoref/certificate-transparency-go/actions/runs/6126929463/attempts/1#summary-

The action reports that the changes in this PR would make it happy: https://github.com/jsoref/certificate-transparency-go/actions/runs/6126929623#summary-16631876099

Checklist

@jsoref jsoref requested a review from a team as a code owner September 8, 2023 22:24
@jsoref jsoref requested review from getagit and removed request for a team September 8, 2023 22:24
Comment on lines -167 to +169
`start` and `end` parameters and thereby increase the cachability of
`start` and `end` parameters and thereby increase the cacheability of
Copy link
Contributor Author

Choose a reason for hiding this comment

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

some projects don't like retroactively changing changelogs. Happy to drop this or anything else.

Comment on lines 128 to +129
URL: "uncollectable-roots/log/",
DNS: "uncollectavle.ct.googleapis.com",
DNS: "uncollectable.ct.googleapis.com",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's possible this was intentional, but I'm hoping it isn't and doesn't matter...

Copy link
Member

Choose a reason for hiding this comment

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

I suspect this is fine

// Cancel any pending Log-requests for which there're no more awaiting
// Cancel any pending Log-requests for which there are no more awaiting
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't think the abbreviation adds any value. There are on the order of 1000x more uses of the expansion than the contraction according to a Google search...

// fields found a source field get get their data from.
// fields found a source field to get their data from.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is an atypical correction (normally x x => x)

Github repository. Other parts of the system must not assume that the data they're
GitHub repository. Other parts of the system must not assume that the data they're
Copy link
Contributor Author

Choose a reason for hiding this comment

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

brand

trillian/ctfe/sth.go Outdated Show resolved Hide resolved
Copy link
Member

@AlCutter AlCutter left a comment

Choose a reason for hiding this comment

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

Hi @jsoref,

Many thanks for the PR - it's largely good, just a few comments inline.

Cheers,
Al.

Comment on lines 128 to +129
URL: "uncollectable-roots/log/",
DNS: "uncollectavle.ct.googleapis.com",
DNS: "uncollectable.ct.googleapis.com",
Copy link
Member

Choose a reason for hiding this comment

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

I suspect this is fine

trillian/ctfe/sth.go Outdated Show resolved Hide resolved
trillian/integration/hammer.go Outdated Show resolved Hide resolved
@@ -51,7 +51,7 @@ var (
etcdServers = flag.String("etcd_servers", "", "A comma-separated list of etcd servers; no etcd registration if empty")
lockDir = flag.String("lock_file_path", "/migrillian/master", "etcd lock file directory path")
electionDelay = flag.Duration("election_delay", 0, "Max random pause before participating in master election")
backend = flag.String("backend", "", "GRPC endpoing to connect to Trillian logservers")
backend = flag.String("backend", "", "GRPC endpoint to connect to Trillian logservers")
Copy link
Member

Choose a reason for hiding this comment

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

I am sad that "endpoing" is not a word - I hereby coin this term to mean an RPC interface which is only ever used to check if a service is alive. :)

x509/verify.go Outdated Show resolved Hide resolved
@roger2hk roger2hk removed the request for review from getagit September 11, 2023 14:23
Copy link
Member

@AlCutter AlCutter left a comment

Choose a reason for hiding this comment

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

Thanks for the changes!

Could you possibly rebase onto HEAD? I can merge it then.

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>
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>
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>
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
Copy link
Contributor Author

jsoref commented Sep 12, 2023

@AlCutter: done

@AlCutter AlCutter merged commit 0ca72b6 into google:master Sep 12, 2023
@AlCutter
Copy link
Member

Thanks again, @jsoref!

@jsoref jsoref deleted the spelling branch September 12, 2023 14:36
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.

2 participants