Skip to content

chore: fix spelling errors#13274

Merged
nomeata merged 1 commit intoleanprover:masterfrom
int-y1:fix-spelling
Apr 4, 2026
Merged

chore: fix spelling errors#13274
nomeata merged 1 commit intoleanprover:masterfrom
int-y1:fix-spelling

Conversation

@int-y1
Copy link
Copy Markdown
Contributor

@int-y1 int-y1 commented Apr 4, 2026

This PR fixed typos:

pip install codespell --upgrade
codespell --summary --ignore-words-list enew,forin,fro,happend,hge,ihs,iterm,spred --skip stage0 --check-filenames
codespell --summary --ignore-words-list enew,forin,fro,happend,hge,ihs,iterm,spred --skip stage0 --check-filenames --regex '[A-Z][a-z]*'
codespell --summary --ignore-words-list enew,forin,fro,happend,hge,ihs,iterm,spred --skip stage0 --check-filenames --regex "\b[a-z']*"

@int-y1 int-y1 marked this pull request as ready for review April 4, 2026 03:40
@github-actions github-actions bot added the toolchain-available A toolchain is available for this PR, at leanprover/lean4-pr-releases:pr-release-NNNN label Apr 4, 2026
@mathlib-lean-pr-testing
Copy link
Copy Markdown

Mathlib CI status (docs):

  • ❗ Batteries/Mathlib CI will not be attempted unless your PR branches off the nightly-with-mathlib branch. Try git rebase 5fdeaf0d5a8d81aa3c931e9071e4d7f17293feab --onto fc0cf68539ad3b481a1802414c22c44506519c9d. You can force Mathlib CI using the force-mathlib-ci label. (2026-04-04 03:52:20)

@leanprover-bot
Copy link
Copy Markdown
Collaborator

Reference manual CI status:

  • ❗ Reference manual CI will not be attempted unless your PR branches off the nightly-with-manual branch. Try git rebase 5fdeaf0d5a8d81aa3c931e9071e4d7f17293feab --onto 861bc19e0c1c45b5766cc5c9ef0488568368b236. You can force reference manual CI using the force-manual-ci label. (2026-04-04 03:52:21)

Copy link
Copy Markdown
Collaborator

@nomeata nomeata left a comment

Choose a reason for hiding this comment

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

Can you exclude and PR separately changes to public function names? These should probably be reviewed by their owners just in case they believe a deprecation is needed (probably not, but not my call)

@int-y1
Copy link
Copy Markdown
Contributor Author

int-y1 commented Apr 4, 2026

I excluded these 3:

  • theorem isInvalidContinutationByte_eq_false_iff
  • structure ParamMap annoatedBorrows
  • public def Module.checkArtifactsExsist

@nomeata nomeata enabled auto-merge April 4, 2026 07:34
@nomeata nomeata added this pull request to the merge queue Apr 4, 2026
Merged via the queue into leanprover:master with commit 3770b3d Apr 4, 2026
19 checks passed
@int-y1 int-y1 deleted the fix-spelling branch April 4, 2026 08:01
github-merge-queue bot pushed a commit that referenced this pull request Apr 7, 2026
github-merge-queue bot pushed a commit that referenced this pull request Apr 7, 2026
Fixes a public-facing typo from #13274.
wkrozowski pushed a commit to wkrozowski/lean4 that referenced this pull request Apr 10, 2026
volodeyka pushed a commit that referenced this pull request Apr 16, 2026
This PR fixed typos:

```
pip install codespell --upgrade
codespell --summary --ignore-words-list enew,forin,fro,happend,hge,ihs,iterm,spred --skip stage0 --check-filenames
codespell --summary --ignore-words-list enew,forin,fro,happend,hge,ihs,iterm,spred --skip stage0 --check-filenames --regex '[A-Z][a-z]*'
codespell --summary --ignore-words-list enew,forin,fro,happend,hge,ihs,iterm,spred --skip stage0 --check-filenames --regex "\b[a-z']*"
```
volodeyka pushed a commit that referenced this pull request Apr 16, 2026
volodeyka pushed a commit that referenced this pull request Apr 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

toolchain-available A toolchain is available for this PR, at leanprover/lean4-pr-releases:pr-release-NNNN

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants