From bc55b3287648e8c0c52fe879ff874bec261d57e1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Chris=20M=C3=BCller?= <typo3@krue.ml>
Date: Fri, 13 Mar 2020 22:09:09 +0100
Subject: [PATCH] [TASK] Fix typo in locallang_siteconfiguration.xlf

"Duplicated Entrypoints" instead of "Dupliated Entrypoints"

Resolves: #90759
Releases: master
Change-Id: Iddeeb06e6b55970c3d3b8f18a3ab59cd2837adf3
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63717
Tested-by: Riccardo De Contardi <erredeco@gmail.com>
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Oliver Bartsch <bo@cedev.de>
Tested-by: Georg Ringer <georg.ringer@gmail.com>
Reviewed-by: Riccardo De Contardi <erredeco@gmail.com>
Reviewed-by: Oliver Bartsch <bo@cedev.de>
Reviewed-by: Georg Ringer <georg.ringer@gmail.com>
---
 .../Resources/Private/Language/locallang_siteconfiguration.xlf  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typo3/sysext/backend/Resources/Private/Language/locallang_siteconfiguration.xlf b/typo3/sysext/backend/Resources/Private/Language/locallang_siteconfiguration.xlf
index 9db8089f69c7..78a61b2871e5 100644
--- a/typo3/sysext/backend/Resources/Private/Language/locallang_siteconfiguration.xlf
+++ b/typo3/sysext/backend/Resources/Private/Language/locallang_siteconfiguration.xlf
@@ -40,7 +40,7 @@
 				<source>The following sites don't belong to any page anymore and can be removed.</source>
 			</trans-unit>
 			<trans-unit id="overview.duplicatedEntryPoints" resname="overview.duplicatedEntryPoints">
-				<source>Dupliated Entrypoints</source>
+				<source>Duplicated Entrypoints</source>
 			</trans-unit>
 			<trans-unit id="overview.duplicatedEntryPoints.listing" resname="overview.duplicatedEntryPoints.listing">
 				<source>The following entry points are used more than once:</source>
-- 
GitLab