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

Fix typos #2811

Merged
merged 1 commit into from
Mar 11, 2025
Merged

Fix typos #2811

merged 1 commit into from
Mar 11, 2025

Conversation

DimitriPapadopoulos
Copy link
Contributor

Description of the changes being introduced by the pull request:

Just fix some typos found by codespell.

Signed-off-by: Dimitri Papadopoulos <[email protected]>
@@ -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
Copy link
Contributor Author

@DimitriPapadopoulos DimitriPapadopoulos Mar 10, 2025

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?

Copy link
Member

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

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

Copy link
Member

@jku jku left a 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
Copy link
Member

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

@jku jku merged commit bef804b into theupdateframework:develop Mar 11, 2025
17 checks passed
@coveralls
Copy link

Coverage Status

coverage: 97.076%. remained the same
when pulling 4a28307 on DimitriPapadopoulos:codespell
into b1d9021 on theupdateframework:develop.

@DimitriPapadopoulos DimitriPapadopoulos deleted the codespell branch March 11, 2025 20:27
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.

3 participants