diff --git a/typo3/sysext/fluid/Classes/Core/Widget/AbstractWidgetViewHelper.php b/typo3/sysext/fluid/Classes/Core/Widget/AbstractWidgetViewHelper.php
index 21574e5997f7984d3b1a74f4403b5bb05427c08b..386a18d4a9b158e02461bd3e92c775228d0a61e7 100644
--- a/typo3/sysext/fluid/Classes/Core/Widget/AbstractWidgetViewHelper.php
+++ b/typo3/sysext/fluid/Classes/Core/Widget/AbstractWidgetViewHelper.php
@@ -143,7 +143,7 @@ abstract class AbstractWidgetViewHelper extends AbstractViewHelper
 
     /**
      * Stores the syntax tree child nodes in the Widget Context, so they can be
-     * rendered with <f:widget.renderChildren> lateron.
+     * rendered with <f:widget.renderChildren> later on.
      *
      * @param RenderingContextInterface $renderingContext
      * @return ComponentInterface
diff --git a/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php b/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php
index 4c2f28703f6b2b17d284b3c2f5527d9e13c6840b..b1d3c0ae86ba480d34429f2c9b3bfcdf7435c861 100644
--- a/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php
+++ b/typo3/sysext/fluid/Classes/ViewHelpers/CObjectViewHelper.php
@@ -74,8 +74,8 @@ use TYPO3Fluid\Fluid\Core\ViewHelper\Traits\CompileWithContentArgumentAndRenderS
  *        20.current = 1
  *    }
  *
- * When passing an object with ``{data}`` the properties of the object are accessable with :ts:`.field` in
- * TypoScript. If only a single value is passed or the ``currentValueKey`` is specified :ts:`.current = 1`
+ * When passing an object with ``{data}``, the properties of the object are accessible with :ts:`.field` in
+ * TypoScript. If only a single value is passed or the ``currentValueKey`` is specified, :ts:`.current = 1`
  * can be used in the TypoScript.
  */
 class CObjectViewHelper extends AbstractViewHelper
diff --git a/typo3/sysext/fluid/Tests/Unit/Core/Widget/WidgetRequestHandlerTest.php b/typo3/sysext/fluid/Tests/Unit/Core/Widget/WidgetRequestHandlerTest.php
index 83dd25d6fef6e3af6ea823850c6c2b1ada389808..ee9e82147d6ef6d63d9ca7eb23eb065b5e9ed6a2 100644
--- a/typo3/sysext/fluid/Tests/Unit/Core/Widget/WidgetRequestHandlerTest.php
+++ b/typo3/sysext/fluid/Tests/Unit/Core/Widget/WidgetRequestHandlerTest.php
@@ -53,7 +53,7 @@ class WidgetRequestHandlerTest extends UnitTestCase
     /**
      * @test
      */
-    public function canHandleRequestReturnsFalsefGetParameterIsNotSet()
+    public function canHandleRequestReturnsFalseIfGetParameterIsNotSet()
     {
         $_GET['some-other-id'] = 123;
         self::assertFalse($this->widgetRequestHandler->canHandleRequest());
diff --git a/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/TypolinkViewHelperTest.php b/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/TypolinkViewHelperTest.php
index b84fe664c0adcd3a21a5d1a6ed92fe8440094f4e..d5d2a88207126b801a3df19266bc898dcac1833c 100644
--- a/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/TypolinkViewHelperTest.php
+++ b/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link/TypolinkViewHelperTest.php
@@ -135,7 +135,7 @@ class TypolinkViewHelperTest extends ViewHelperBaseTestcase
                     'title' => '',
                     'additionalParams' => '',
                 ],
-                [   // expecation
+                [   // expectation
                     'url' => '',
                     'target' => '',
                     'class' => '',