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

Commits on Mar 5, 2024

  1. flux-relay: fix typos

    Problem: some comments in cmd/builtin/relay.c have typos.
    
    Fix the typos.
    garlick committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    b006421 View commit details
    Browse the repository at this point in the history
  2. resource: drop untrue comment from topo.c

    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.
    garlick committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    f30d207 View commit details
    Browse the repository at this point in the history
  3. resource: fix comment typo

    Problem: a stray asterisk appears in a reslog.h block comment.
    
    Remove it.
    garlick committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d69ebde View commit details
    Browse the repository at this point in the history
  4. broker: fix comment misspelling

    Problem: a comment in boot_pmi.c misspells "independently".
    
    Fix spelling.
    garlick committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    001246e View commit details
    Browse the repository at this point in the history
  5. NEWS.md: fix typo

    Problem: A NEWS item in NEWS.md say 'udate' instead of 'update.'
    
    Fix the typo.
    grondo authored and garlick committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    fa62422 View commit details
    Browse the repository at this point in the history
  6. NEWS.md: shorten one release description to remove misspelling

    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.
    grondo authored and garlick committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    391bf40 View commit details
    Browse the repository at this point in the history
  7. flux-module: fix comment typo

    Problem: A comment in src/cmd/flux-module.c has a typo.
    
    Fix the typo.
    grondo authored and garlick committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    7c2a35a View commit details
    Browse the repository at this point in the history
  8. testsuite: fix typo in t0005-exec.t

    Problem: A comment in t0005-exec.t contains a typo.
    
    Fix the typo.
    grondo authored and garlick committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    c51a230 View commit details
    Browse the repository at this point in the history
  9. testsuite: fix typo in t2110-job-ingest-validator.t

    Problem: A test in t2110-job-ingest-validator.t contains a typo
    in the test description.
    
    Fix the typo.
    grondo authored and garlick committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    2402e2e View commit details
    Browse the repository at this point in the history
  10. github: update crate-ci/typos action to v1.19.0

    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.
    grondo authored and garlick committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    6c92f45 View commit details
    Browse the repository at this point in the history