From 003b82783cc02e0794b60efecff1284a6688ab5b Mon Sep 17 00:00:00 2001 From: geetakshi Date: Sun, 21 Apr 2013 20:17:25 +0530 Subject: [PATCH] [BUGFIX] Resolve typo in ClassNamingUtility description Changes 'convertions' to 'conversions' Resolves: #47393 Releases: 6.1 Change-Id: I98e4826527e25fdbf9da0855c05fcaa7d67698c2 Reviewed-on: https://review.typo3.org/20054 Reviewed-by: Oliver Klee Reviewed-by: Alexander Opitz Tested-by: Alexander Opitz Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn --- typo3/sysext/core/Classes/Utility/ClassNamingUtility.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/core/Classes/Utility/ClassNamingUtility.php b/typo3/sysext/core/Classes/Utility/ClassNamingUtility.php index c0dac66db5aa..d0bc5d65c6b6 100644 --- a/typo3/sysext/core/Classes/Utility/ClassNamingUtility.php +++ b/typo3/sysext/core/Classes/Utility/ClassNamingUtility.php @@ -27,7 +27,7 @@ namespace TYPO3\CMS\Core\Utility; * This copyright notice MUST APPEAR in all copies of the script! ***************************************************************/ /** - * Several functions related to naming and convertions of names + * Several functions related to naming and conversions of names * such as translation between Repository and Model names or * exploding an objectControllerName into pieces * -- 2.20.1