From e7c651bdb184bbd5c95b8be8d38b1f1bf8fe309a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Albrecht=20Ko=CC=88hnlein?= <typo3@bestof1983.de>
Date: Wed, 5 Apr 2017 11:58:40 +0200
Subject: [PATCH] [CLEANUP] Fix typo in a typoscript comment

Correct spelling of the word "compatibility"

Resolves: #80691
Releases: master
Change-Id: Iaae10ff0717af3b7dd81ebe9e3fa95acbf7e5f9f
Reviewed-on: https://review.typo3.org/52365
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl>
Tested-by: Wouter Wolters <typo3@wouterwolters.nl>
---
 .../Configuration/TypoScript/Helper/ContentElement.txt          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typo3/sysext/fluid_styled_content/Configuration/TypoScript/Helper/ContentElement.txt b/typo3/sysext/fluid_styled_content/Configuration/TypoScript/Helper/ContentElement.txt
index 161ba3d1a7be..306012233029 100644
--- a/typo3/sysext/fluid_styled_content/Configuration/TypoScript/Helper/ContentElement.txt
+++ b/typo3/sysext/fluid_styled_content/Configuration/TypoScript/Helper/ContentElement.txt
@@ -36,5 +36,5 @@ lib.contentElement {
     }
 }
 
-# For compatability with CMS7 can be removed with CMS9
+# For compatibility with CMS7 can be removed with CMS9
 lib.fluidContent < lib.contentElement
-- 
GitLab