From c6344822a04281c5b4c38d883fe87573e8a89960 Mon Sep 17 00:00:00 2001
From: Michael Schams <typo3@2020.schams.net>
Date: Fri, 21 Feb 2020 15:01:49 +1100
Subject: [PATCH] [BUGFIX] Fix typos in change log
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This patch fixes a typo in the change log for issue #89139.

Resolves: #90464
Releases: master
Change-Id: Id3cd0b968ea69be6051509f3838481b0d3f01e92
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63344
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Björn Jacob <bjoern.jacob@tritum.de>
Tested-by: Oliver Bartsch <bo@cedev.de>
Tested-by: Christian Eßl <indy.essl@gmail.com>
Tested-by: Oliver Klee <typo3-coding@oliverklee.de>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: Björn Jacob <bjoern.jacob@tritum.de>
Reviewed-by: Oliver Bartsch <bo@cedev.de>
Reviewed-by: Christian Eßl <indy.essl@gmail.com>
Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
---
 ...39-AddDependencyInjectionSupportForConsoleCommands.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/typo3/sysext/core/Documentation/Changelog/master/Feature-89139-AddDependencyInjectionSupportForConsoleCommands.rst b/typo3/sysext/core/Documentation/Changelog/master/Feature-89139-AddDependencyInjectionSupportForConsoleCommands.rst
index 3a981cd0cf2b..a4b27e81a28c 100644
--- a/typo3/sysext/core/Documentation/Changelog/master/Feature-89139-AddDependencyInjectionSupportForConsoleCommands.rst
+++ b/typo3/sysext/core/Documentation/Changelog/master/Feature-89139-AddDependencyInjectionSupportForConsoleCommands.rst
@@ -17,19 +17,19 @@ Commands tagged with `console.command` are lazy loaded. That means they will onl
 instantiated when they are actually executed, when the `help` subcommand is executed,
 or when available schedulable commands are iterated.
 
-The legacy command definition format :php:`Confguration/Commands.php` has been deprecated.
+The legacy command definition format :php:`Configuration/Commands.php` has been deprecated.
 
 
 Impact
 ======
 
 It is recommended to configure dependency injection tags for all commands, as the legacy command
-definition format :php:`Confguration/Commands.php` has been deprecated.
+definition format :php:`Configuration/Commands.php` has been deprecated.
 
 Commands that have been configured via `console.command` tag  override legacy commands from
-:php:`Confguration/Commands.php` without throwing a deprecation error for those commands.
+:php:`Configuration/Commands.php` without throwing a deprecation error for those commands.
 Backwards compatibility with older TYPO3 version can be achieved by specifying both variants,
-legacy configuration in :php:`Confguration/Commands.php` and new configuration via
+legacy configuration in :php:`Configuration/Commands.php` and new configuration via
 `console.command` tag.
 
 
-- 
GitLab