From 2c4cb1475f4bb43a8ed1692979ac4f49e7c2c2bd Mon Sep 17 00:00:00 2001
From: Michael Stucki <michael.stucki@typo3.org>
Date: Thu, 24 Oct 2013 13:55:10 +0200
Subject: [PATCH] [CLEANUP] Fix various spelling mistakes

Resolves: #53793
Releases: 6.2
Change-Id: Iefe8a2a96f41903ca33b02da4aace71690951cbf
Reviewed-on: https://review.typo3.org/25530
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters
Reviewed-by: Oliver Klee
Reviewed-by: Markus Klein
Tested-by: Markus Klein
---
 ChangeLog                                                     | 4 ++--
 .../sysext/core/Classes/Controller/CommandLineController.php  | 2 +-
 typo3/sysext/core/Classes/Imaging/GraphicalFunctions.php      | 2 +-
 .../Classes/Controller/TypoScriptFrontendController.php       | 2 +-
 .../frontend/Tests/Unit/Page/CacheHashCalculatorTest.php      | 4 ++--
 typo3/sysext/install/Classes/Updates/FilePermissionUpdate.php | 2 +-
 typo3/sysext/t3editor/res/tsref/tsref.xml                     | 2 +-
 7 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9d5db945a6e3..7755d7c52497 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -16787,7 +16787,7 @@
 2007-05-02  Dmitry Dulepov  <dmitry@typo3.org>
 
 	* Fixed: IRRE does not work with workspaces (fix only for CSV & foreign field cases)
-	* Fixed: isses with previous fix discovered my Michael Stucki
+	* Fixed: issues with previous fix discovered by Michael Stucki
 
 2007-05-01  Martin Kutschker  <masi@typo3.org>
 
@@ -19974,7 +19974,7 @@
 
 2004-09-13  Kasper Skaarhoj  <kasper@typo3.com>
 
-	* Changed little more in uniqueList, among others that a fixed number of paramters are supported only now!
+	* Changed little more in uniqueList, among others that a fixed number of parameters are supported only now!
 
 2004-09-13  Michael Stucki  <mundaun@gmx.ch>
 
diff --git a/typo3/sysext/core/Classes/Controller/CommandLineController.php b/typo3/sysext/core/Classes/Controller/CommandLineController.php
index de57e9a082d2..7d57f179f2db 100644
--- a/typo3/sysext/core/Classes/Controller/CommandLineController.php
+++ b/typo3/sysext/core/Classes/Controller/CommandLineController.php
@@ -174,7 +174,7 @@ class CommandLineController {
 					$ii = $i;
 					if ($i > 0) {
 						if (!isset($cli_args_copy[$argSplit[0]][($i - 1)]) && $v[0] != '[') {
-							// Using "[]" around a paramter makes it optional
+							// Using "[]" around a parameter makes it optional
 							echo 'ERROR: Option "' . $argSplit[0] . '" requires a value ("' . $v . '") on position ' . $i . LF;
 							die;
 						}
diff --git a/typo3/sysext/core/Classes/Imaging/GraphicalFunctions.php b/typo3/sysext/core/Classes/Imaging/GraphicalFunctions.php
index a5fb7b940e5b..879c64cd45e5 100644
--- a/typo3/sysext/core/Classes/Imaging/GraphicalFunctions.php
+++ b/typo3/sysext/core/Classes/Imaging/GraphicalFunctions.php
@@ -1618,7 +1618,7 @@ class GraphicalFunctions {
 	}
 
 	/**
-	 * Creating ImageMagick paramters from TypoScript property
+	 * Creating ImageMagick parameters from TypoScript property
 	 *
 	 * @param string $setup A string with effect keywords=value pairs separated by "|
 	 * @return string ImageMagick prepared parameters.
diff --git a/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php b/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php
index f3eef6130969..17cdafb6494e 100644
--- a/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php
+++ b/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php
@@ -2453,7 +2453,7 @@ class TypoScriptFrontendController {
 	}
 
 	/**
-	 * Includes TCA definitions from loaded extensions (ext_table.php files).
+	 * Includes TCA definitions from loaded extensions (ext_tables.php files).
 	 * Normally in the frontend only a part of the global $TCA array is loaded,
 	 * namely the "ctrl" part. Thus it doesn't take up too much memory. To load
 	 * full TCA for the table, use GeneralUtility::loadTCA($tableName)
diff --git a/typo3/sysext/frontend/Tests/Unit/Page/CacheHashCalculatorTest.php b/typo3/sysext/frontend/Tests/Unit/Page/CacheHashCalculatorTest.php
index 4f225ae38b8a..d83f61672738 100644
--- a/typo3/sysext/frontend/Tests/Unit/Page/CacheHashCalculatorTest.php
+++ b/typo3/sysext/frontend/Tests/Unit/Page/CacheHashCalculatorTest.php
@@ -118,11 +118,11 @@ class CacheHashCalculatorTest extends \TYPO3\CMS\Core\Tests\UnitTestCase {
 				'key1=v&key2=v',
 				array('encryptionKey', 'key1', 'key2')
 			),
-			'System and exclude paramters should be omitted' => array(
+			'System and exclude parameters should be omitted' => array(
 				'id=1&type=3&exclude1=x&no_cache=1',
 				array()
 			),
-			'System and exclude paramters should be omitted' => array(
+			'System and exclude parameters should be omitted' => array(
 				'id=1&type=3&key=x&no_cache=1',
 				array('encryptionKey', 'key')
 			)
diff --git a/typo3/sysext/install/Classes/Updates/FilePermissionUpdate.php b/typo3/sysext/install/Classes/Updates/FilePermissionUpdate.php
index d5278b36d1f9..7062126b6190 100644
--- a/typo3/sysext/install/Classes/Updates/FilePermissionUpdate.php
+++ b/typo3/sysext/install/Classes/Updates/FilePermissionUpdate.php
@@ -37,7 +37,7 @@ class FilePermissionUpdate extends AbstractUpdate {
 	/**
 	 * @var string
 	 */
-	protected $title = 'Rewrites binary file permissions into detailed list';
+	protected $title = 'Rewrite binary file permissions into detailed list';
 
 	/**
 	 * Constructor function.
diff --git a/typo3/sysext/t3editor/res/tsref/tsref.xml b/typo3/sysext/t3editor/res/tsref/tsref.xml
index 178309f721f2..bc9d156b5643 100644
--- a/typo3/sysext/t3editor/res/tsref/tsref.xml
+++ b/typo3/sysext/t3editor/res/tsref/tsref.xml
@@ -6447,7 +6447,7 @@ If this is set, it'll substitute the use of the thumbs-script for display of thu
 		</property>
 		<property name="jumpurl" type="filelink.jumpurl">
 			<description><![CDATA[boolean
-			Decides if the link should call the script with the jumpurl paramter in order to register any clicks in the stat.
+			Decides if the link should call the script with the jumpurl parameter in order to register any clicks in the stat.
 This has the advantage that any clicks on the file will register in the stat.
 The disadvantage is, that users cant right-click and select "Save Target As" in the browser.
 
-- 
GitLab