From: geetakshi Date: Sun, 21 Apr 2013 14:47:25 +0000 (+0530) Subject: [BUGFIX] Resolve typo in ClassNamingUtility description X-Git-Tag: TYPO3_6-1-0rc1~13 X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/commitdiff_plain/003b82783cc02e0794b60efecff1284a6688ab5b [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 --- 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 *