Skip to content

fix: correct spelling typos across docs, source, and tests#2247

Open
nightcityblade wants to merge 1 commit intoaboutcode-org:mainfrom
nightcityblade:fix/issue-2134
Open

fix: correct spelling typos across docs, source, and tests#2247
nightcityblade wants to merge 1 commit intoaboutcode-org:mainfrom
nightcityblade:fix/issue-2134

Conversation

@nightcityblade
Copy link
Copy Markdown

Fix spelling typos found by codespell across 15 files. Changes are limited to comments, docstrings, documentation, and one test variable rename — no functional code changes.

File Typo → Fix
CHANGELOG.rst pacgepackage, enviromentenvironment
aboutcode/federated/README.rst traditionaletraditional
aboutcode/federated/__init__.py loosinglosing, the thethe
docs/source/installation.rst recommendendrecommended
docs/source/reference_importer_overview.rst vulnerabilitesvulnerabilities (×2)
docs/source/reference_improver_overview.rst vulnerabilitesvulnerabilities (×4)
docs/source/tutorial_add_importer_pipeline.rst exmapleexample
docs/source/tutorial_add_improver_pipeline.rst exmapleexample (×2)
vulnerabilities/import_runner.py vulnerabilitiyvulnerability
vulnerabilities/improve_runner.py vulnerabilitiyvulnerability
vulnerabilities/models.py the thethe
vulnerabilities/pipelines/v2_importers/nvd_importer.py retunreturn, summrysummary
vulnerabilities/tests/pipelines/test_nginx_importer_pipeline.py reponse_filesresponse_files (×2)
vulnerabilities/utils.py the thethe
vulnerabilities/views.py in the forwardin the future

Fixes #2134

Fix typos found by codespell across 15 files:
- CHANGELOG.rst: pacge→package, enviroment→environment
- aboutcode/federated: traditionale→traditional, loosing→losing
- docs: recommendend→recommended, vulnerabilites→vulnerabilities, exmaple→example
- source: vulnerabilitiy→vulnerability, retun→return, summry→summary
- tests: reponse_files→response_files
- views: "in the forward"→"in the future"
- models/utils/__init__: "the the"→"the"

Fixes aboutcode-org#2134
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.

Fix spelling typos in docs, source, and tests

1 participant