Skip to content

chore: Fix typos#6362

Merged
adangel merged 4 commits intopmd:mainfrom
zbynek:typos2
Jan 23, 2026
Merged

chore: Fix typos#6362
adangel merged 4 commits intopmd:mainfrom
zbynek:typos2

Conversation

@zbynek
Copy link
Contributor

@zbynek zbynek commented Dec 27, 2025

Describe the PR

Follow-up for #5980

With these changes a check using https://github.com/crate-ci/typos version 40.0 passes on this repo.
The typos.toml file is added to simplify running that tool locally, can be added to CI if desirable.

 wget https://github.com/crate-ci/typos/releases/download/v1.40.0/typos-v1.40.0-x86_64-unknown-linux-musl.tar.gz
 tar -xvf typos-v1.40.0-x86_64-unknown-linux-musl.tar.gz
 ./typos -c typos.toml --format brief . 

Related issues

  • Fix #

Ready?

  • Added unit tests for fixed bug/feature
  • Passing all unit tests
  • Complete build ./mvnw clean verify passes (checked automatically by github actions)
  • Added (in-code) documentation (if needed)

@pmd-actions-helper
Copy link
Contributor

pmd-actions-helper bot commented Dec 27, 2025

Documentation Preview

Compared to main:
This changeset changes 0 violations,
introduces 0 new violations, 0 new errors and 0 new configuration errors,
removes 0 violations, 0 errors and 0 configuration errors.

Regression Tester Report

(comment created at 2026-01-23 16:11:21+00:00 for 9df9504)

@zbynek zbynek changed the title Fix typos chore: Fix typos Dec 27, 2025
@adangel adangel added this to the 7.21.0 milestone Dec 28, 2025
Comment on lines +43 to +48
# public APIs
isWilcardParameterized="isWilcardParameterized"
checkSelfDescendantAbreviation="checkSelfDescendantAbreviation"
ColonSubsript="ColonSubsript"
XMLTableColum="XMLTableColum"
ASTXMLTableColum="ASTXMLTableColum"
Copy link
Member

Choose a reason for hiding this comment

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

For these misspelled public APIs we should probably create a separate PR, add a fixed version of the method and deprecate the old one.

Copy link
Member

@adangel adangel left a comment

Choose a reason for hiding this comment

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

Thanks!

Before I merge it, I want to test typos locally as well. I think, it would make sense to run it in CI at least for pull requests.

adangel added a commit that referenced this pull request Jan 23, 2026
@adangel adangel merged commit 9df9504 into pmd:main Jan 23, 2026
12 checks passed
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