-
Notifications
You must be signed in to change notification settings - Fork 276
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
Fix typos #2811
Fix typos #2811
Conversation
c0ea0ac
to
0c93eb3
Compare
Signed-off-by: Dimitri Papadopoulos <[email protected]>
0c93eb3
to
4a28307
Compare
@@ -13,7 +13,7 @@ This release is API compatible but contains a major internal change in the HTTP | |||
the fetcher at Updater initialization and explicitly depending on requests | |||
* ngclient: TLS certificate source was changed. Certificates now come from operating | |||
system certificate store instead of `certifi` (#2762) | |||
* Test infrastucture has improved and should now be more usable externally, e.g. in |
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.
Is it OK to modify the CHANGELOG?
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.
in this part certainly: these are still unreleased changes. I think spelling fixes are fine in released ones as well
@@ -181,7 +181,7 @@ def test_to_from_bytes(self) -> None: | |||
with open(path, "rb") as f: | |||
metadata_bytes = f.read() | |||
md_obj = Metadata.from_bytes(metadata_bytes) | |||
# Comparate that from_bytes/to_bytes doesn't change the content | |||
# Compare that from_bytes/to_bytes doesn't change the content |
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.
Not sure about this one. Perhaps Check that...
?
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, lgtm
@@ -13,7 +13,7 @@ This release is API compatible but contains a major internal change in the HTTP | |||
the fetcher at Updater initialization and explicitly depending on requests | |||
* ngclient: TLS certificate source was changed. Certificates now come from operating | |||
system certificate store instead of `certifi` (#2762) | |||
* Test infrastucture has improved and should now be more usable externally, e.g. in |
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.
in this part certainly: these are still unreleased changes. I think spelling fixes are fine in released ones as well
Description of the changes being introduced by the pull request:
Just fix some typos found by codespell.