Skip to content

Fix typos discovered by codespell#2449

Open
cclauss wants to merge 1 commit into
actions:mainfrom
cclauss:codespell
Open

Fix typos discovered by codespell#2449
cclauss wants to merge 1 commit into
actions:mainfrom
cclauss:codespell

Conversation

@cclauss

@cclauss cclauss commented Jul 5, 2026

Copy link
Copy Markdown

Fix typos discovered by codespell - https://pypi.org/project/codespell

% codespell --ignore-words-list=afterall,intoto,vulnerabilit --skip="*.json"

% codespell --ignore-words-list=afterall,intoto,vulnerabilit --skip="*.json" --write-changes

Fix typos discovered by codespell - https://pypi.org/project/codespell

% `codespell --ignore-words-list=afterall,intoto,vulnerabilit --skip="*.json"`

% `codespell --ignore-words-list=afterall,intoto,vulnerabilit --skip="*.json" --write-changes`
Copilot AI review requested due to automatic review settings July 5, 2026 05:20
@cclauss cclauss requested review from a team as code owners July 5, 2026 05:20

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR applies a set of spelling/typo corrections (as detected by codespell) across scripts, TypeScript source JSDoc/comments, and various markdown release notes/READMEs to improve documentation clarity and developer-facing messages without changing runtime behavior.

Changes:

  • Fixes typos in inline comments/JSDoc across several packages (e.g., “satisfying”, “boolean”, “collapsible”, “undefined”, “Suppress”).
  • Corrects spelling in multiple RELEASES.md and README.md documents (e.g., “version”, “addresses”, “occurring”, “delimiter”).
  • Cleans up a malformed markdown link entry in packages/http-client/RELEASES.md (removes an extra closing parenthesis).

Reviewed changes

Copilot reviewed 16 out of 16 changed files in this pull request and generated no comments.

Show a summary per file
File Description
scripts/audit-allow-list Fixes a comment typo (“entries”).
packages/tool-cache/src/tool-cache.ts Fixes JSDoc typo (“satisfying”).
packages/tool-cache/RELEASES.md Fixes spelling in release notes bullets.
packages/http-client/RELEASES.md Fixes spelling and corrects markdown link formatting.
packages/http-client/README.md Fixes “variable” typo in debugging section.
packages/github/src/utils.ts Fixes JSDoc typo (“Convenience”).
packages/github/RELEASES.md Fixes spelling in release notes.
packages/core/src/summary.ts Fixes JSDoc typos (“boolean”, “collapsible”).
packages/core/README.md Fixes “occurring” typo.
packages/cache/src/options.ts Fixes comment typo (“overridden”).
packages/cache/src/internal/tar.ts Fixes comment typo (“Specific”).
packages/cache/src/internal/cacheUtils.ts Fixes typo in thrown error message (“undefined”).
packages/cache/src/cache.ts Fixes comment typo (“Suppress”).
packages/cache/RELEASES.md Fixes spelling in release notes.
packages/cache/README.md Fixes spelling in usage description (“successfully”).
docs/commands.md Fixes “delimiter” spelling and placeholder tokens in heredoc syntax docs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants