From 137376c184f76e9e605e3b8c91be7511c7c84a68 Mon Sep 17 00:00:00 2001
From: Anja Leichsenring <aleichsenring@ab-softlab.de>
Date: Wed, 6 Dec 2017 14:43:28 +0100
Subject: [PATCH] [BUGFIX] Correct wrong class names in deprecation.rst

Correct two class names, one wrongly named, one with a typo, in
a deprecation rst file of 8.0.

Resolves: #73514
Releases: master, 8.7
Change-Id: I48a4af12749d477b151a4774f8e35c09bc9817ce
Reviewed-on: https://review.typo3.org/54944
Reviewed-by: Andreas Fernandez <typo3@scripting-base.de>
Tested-by: Andreas Fernandez <typo3@scripting-base.de>
Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl>
Tested-by: Wouter Wolters <typo3@wouterwolters.nl>
---
 .../Changelog/8.0/Deprecation-73514-IncludeLibraryMethods.rst   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73514-IncludeLibraryMethods.rst b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73514-IncludeLibraryMethods.rst
index 9a4d36c6fc94..7516cad1286b 100644
--- a/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73514-IncludeLibraryMethods.rst
+++ b/typo3/sysext/core/Documentation/Changelog/8.0/Deprecation-73514-IncludeLibraryMethods.rst
@@ -10,7 +10,7 @@ See :issue:`73514`
 Description
 ===========
 
-The PHP methods `TypoScriptFrontendRenderer->includeLibraries()` and `ContentObjectRendereer->includeLibs()`
+The PHP methods `\TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->includeLibraries()` and `\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->includeLibs()`
 to include PHP libraries during frontend output have been marked as deprecated.
 
 
-- 
GitLab