-
Notifications
You must be signed in to change notification settings - Fork 242
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
Spelling #1144
Conversation
`start` and `end` parameters and thereby increase the cachability of | ||
`start` and `end` parameters and thereby increase the cacheability of |
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.
some projects don't like retroactively changing changelogs. Happy to drop this or anything else.
URL: "uncollectable-roots/log/", | ||
DNS: "uncollectavle.ct.googleapis.com", | ||
DNS: "uncollectable.ct.googleapis.com", |
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.
It's possible this was intentional, but I'm hoping it isn't and doesn't matter...
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 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 |
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 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. |
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.
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 |
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.
brand
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.
URL: "uncollectable-roots/log/", | ||
DNS: "uncollectavle.ct.googleapis.com", | ||
DNS: "uncollectable.ct.googleapis.com", |
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 suspect this is fine
@@ -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") |
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 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. :)
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 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>
@AlCutter: done |
Thanks again, @jsoref! |
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