Actions
Bug #105369
closedReduce number of typos in code, comments and documentation
Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
Documentation
Target version:
Start date:
2024-10-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
14
PHP Version:
Tags:
Complexity:
trivial
Is Regression:
Sprint Focus:
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.
Actions