diff --git a/typo3/sysext/workspaces/Classes/Event/AfterCompiledCacheableDataForWorkspaceEvent.php b/typo3/sysext/workspaces/Classes/Event/AfterCompiledCacheableDataForWorkspaceEvent.php
index ca170e5a06e674cc92126c93dc312e94ee5e6967..6681b71a3f142f2ae80220b92f52c2550ff1d18f 100644
--- a/typo3/sysext/workspaces/Classes/Event/AfterCompiledCacheableDataForWorkspaceEvent.php
+++ b/typo3/sysext/workspaces/Classes/Event/AfterCompiledCacheableDataForWorkspaceEvent.php
@@ -20,7 +20,7 @@ namespace TYPO3\CMS\Workspaces\Event;
 use TYPO3\CMS\Workspaces\Service\GridDataService;
 
 /**
- * Used in the workspaces module to find all chacheable data of versions of a workspace.
+ * Used in the workspaces module to find all cacheable data of versions of a workspace.
  */
 final class AfterCompiledCacheableDataForWorkspaceEvent
 {