diff --git a/extension/Classes/Core/Report/Link.php b/extension/Classes/Core/Report/Link.php
index ae43e505a8165552dfeaf19aa0d30261f4fecab8..8124e4ec8a7855636c4a25629a1148335e08b35d 100644
--- a/extension/Classes/Core/Report/Link.php
+++ b/extension/Classes/Core/Report/Link.php
@@ -693,7 +693,7 @@ class Link {
 
     /**
      * $str and $strDefault are standard QFQ link format strings like 'p:{{pageAlias:T}}|t:linktext|b|s|...'
-     * Parameter missing in $str and given in $strDefault will used.
+     * Parameter missing in $str and given in $strDefault will be used.
      *
      * Split Parameter string in num Array (assoc is not possible cause for 'download', multiple sources with same key are possible).
      * Reorder param to bring prio token (currently only 'd') to top.