Project

General

Profile

Actions

Bug #105369

closed

Reduce number of typos in code, comments and documentation

Added by Stefan Weil about 1 month ago. Updated about 1 month ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
Documentation
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.


Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #105370: Missing site identifier in edit site settings moduleResolvedOliver Bartsch2024-10-21

Actions
Related to TYPO3 Core - Bug #105371: Missing disable state indcation in system maintainer selectResolvedOliver Bartsch2024-10-21

Actions
Related to TYPO3 Core - Bug #105372: Wrong closing tag in clipboard-panelResolvedOliver Bartsch2024-10-21

Actions
Actions #1

Updated by Stefan Weil about 1 month ago

Many other typos are part of the documentation or in messages and therefore visible for users.

Actions #2

Updated by Stefan Weil about 1 month ago

More bugs:

  • typo3/sysext/install/Resources/Private/Templates/Settings/SystemMaintainer.html: disale -> disable
Actions #3

Updated by Oliver Bartsch about 1 month ago

  • Related to Bug #105370: Missing site identifier in edit site settings module added
Actions #4

Updated by Oliver Bartsch about 1 month ago

  • Related to Bug #105371: Missing disable state indcation in system maintainer select added
Actions #5

Updated by Oliver Bartsch about 1 month ago

  • Related to Bug #105372: Wrong closing tag in clipboard-panel added
Actions #6

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

Actions #7

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

Actions #8

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

Actions #9

Updated by Oliver Bartsch about 1 month ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #10

Updated by Garvin Hicking about 1 month ago

Thanks for sharing your findings, and even more for filtering them for plausibility before! 👏👍

Actions

Also available in: Atom PDF