Bug #105369
closedReduce number of typos in code, comments and documentation
100%
Description
Spelling checkers like `codespell` and `typos` report some false positives, but also find lots of typos.
Some of these typos might even be bugs. Examples:
- Build/Sources/TypeScript/backend/clipboard-panel.ts, typo3/sysext/backend/Resources/Public/JavaScript/clipboard-panel.js: tabel -> table
- typo3/sysext/backend/Classes/Controller/SiteSettingsController.php: unkown -> unknown
- typo3/sysext/backend/Resources/Private/Language/locallang_download.xlf: qoute -> quote
- typo3/sysext/backend/Resources/Private/Templates/SiteSettings/Edit.html: dentifier -> identifier
- typo3/sysext/backend/Resources/Private/tsref.xml: boolen -> boolean
Many other typos are part of the documentation of in messages and therefore visible for users.
Updated by Stefan Weil about 1 month ago
Many other typos are part of the documentation or in messages and therefore visible for users.
Updated by Stefan Weil about 1 month ago
More bugs:
- typo3/sysext/install/Resources/Private/Templates/Settings/SystemMaintainer.html: disale -> disable
Updated by Oliver Bartsch about 1 month ago
- Related to Bug #105370: Missing site identifier in edit site settings module added
Updated by Oliver Bartsch about 1 month ago
- Related to Bug #105371: Missing disable state indcation in system maintainer select added
Updated by Oliver Bartsch about 1 month ago
- Related to Bug #105372: Wrong closing tag in clipboard-panel added
Updated by Gerrit Code Review about 1 month ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86669
Updated by Gerrit Code Review about 1 month ago
Patch set 1 for branch 13.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86676
Updated by Gerrit Code Review about 1 month ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86677
Updated by Oliver Bartsch about 1 month ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0144d8403ab3bb18b3f7a9acbaf4530982ce2859.
Updated by Garvin Hicking about 1 month ago
Thanks for sharing your findings, and even more for filtering them for plausibility before! 👏👍