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 various typos #5761

Merged
merged 10 commits into from Mar 5, 2024
Merged

fix various typos #5761

merged 10 commits into from Mar 5, 2024

Conversation

garlick
Copy link
Member

@garlick garlick commented Mar 1, 2024

The obligatory typo fix PR. Feel free to push here.

@chu11
Copy link
Member

chu11 commented Mar 1, 2024

since the typo checker missed some of these, maybe time to update version? mentioned these in upstream crate-ci to get em there eventually. crate-ci/typos#943

@grondo
Copy link
Contributor

grondo commented Mar 4, 2024

Pushed some more fixes here and rebased on current master.

@grondo
Copy link
Contributor

grondo commented Mar 5, 2024

Ok, additionally updated the typos checker version as suggested by @chu11 (and added one more file to the exclusions)

@garlick
Copy link
Member Author

garlick commented Mar 5, 2024

I would add an approval but as the originator of this PR I'm not allowed :-(

Copy link
Contributor

@grondo grondo left a comment

Choose a reason for hiding this comment

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

LGTM! 🙂

garlick and others added 10 commits March 5, 2024 00:27
Problem: some comments in cmd/builtin/relay.c have typos.

Fix the typos.
Problem: a comment in topo.c states that XML is reduced
along with R_local, however this is not true.

XML is no longer reduced since flux-framework#4263 (in flux-core-0.39.0).

Drop that part of the comment.
Problem: a stray asterisk appears in a reslog.h block comment.

Remove it.
Problem: a comment in boot_pmi.c misspells "independently".

Fix spelling.
Problem: A NEWS item in NEWS.md say 'udate' instead of 'update.'

Fix the typo.
Problem: A release note from v0.5.0 calls out a single typo fix
causing the typos checker to fail on this file.

It is probably ok not to mention the exact typo that was fixed,
so shorten and simplify the release note as opposed to adding an
individual exclusion to the checks.
Problem: A comment in src/cmd/flux-module.c has a typo.

Fix the typo.
Problem: A comment in t0005-exec.t contains a typo.

Fix the typo.
Problem: A test in t2110-job-ingest-validator.t contains a typo
in the test description.

Fix the typo.
Problem: The crate-ci/typos action is out of date.

Update the typos checker to v0.19.0.

Add src/common/libutil/test/blobref.c to the set of excluded files
since it contains some hash strings which generate false positives.
Copy link

codecov bot commented Mar 5, 2024

Codecov Report

Merging #5761 (6c92f45) into master (22fccef) will increase coverage by 0.01%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5761      +/-   ##
==========================================
+ Coverage   83.29%   83.31%   +0.01%     
==========================================
  Files         509      509              
  Lines       82425    82425              
==========================================
+ Hits        68660    68669       +9     
+ Misses      13765    13756       -9     
Files Coverage Δ
src/broker/boot_pmi.c 68.14% <ø> (ø)
src/cmd/builtin/relay.c 79.68% <ø> (ø)
src/cmd/flux-module.c 85.34% <ø> (ø)
src/modules/resource/topo.c 73.58% <ø> (ø)

... and 7 files with indirect coverage changes

@mergify mergify bot merged commit 1d6dbed into flux-framework:master Mar 5, 2024
35 checks passed
@garlick garlick deleted the typos branch March 7, 2024 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants