diff --git a/extension/Documentation/Manual.rst b/extension/Documentation/Manual.rst
index 660b0da641d2ee40178b3bbc5910e53a209bdaa3..b8babbad7f8a5b36585d33ab3976d3e40b8f0513 100644
--- a/extension/Documentation/Manual.rst
+++ b/extension/Documentation/Manual.rst
@@ -3292,13 +3292,13 @@ An upload element is based on a 'file browse'-button and a 'trash'-button (=dele
 The 'file browse'-button is displayed, if there is no file uploaded already.
 The 'trash'-button is displayed, if there is a file uploaded already.
 
-After clicking on the browse brutton, the user select a file from the local filesystem.
+After clicking on the browse button, the user select a file from the local filesystem.
 After choosing the file, the upload starts immediately, shown by a turning wheel. When the server received the whole file
 and accepts (see below) the file, the 'file browse'-button disappears and the filename is shown, followed by a 'trash'-button.
 Either the user is satisfied now or the user can delete the uploaded file (and maybe upload another one).
 
 Until this point, the file is cached on the server but not copied to the `fileDestination`. The user have to save the
-current record, either to finalize the upload and/or to delete a previous uploaded file.
+current record, either to finalize the upload and/or to delete a previously uploaded file.
 
 The FormElement behaves like a
 
diff --git a/extension/qfq/qfq/report/Report.php b/extension/qfq/qfq/report/Report.php
index 176d6e63035338f2d8391b4faac3a452720c75cf..2f679c0f2377d3d62d619bb1813f0393000a718c 100644
--- a/extension/qfq/qfq/report/Report.php
+++ b/extension/qfq/qfq/report/Report.php
@@ -691,7 +691,6 @@ class Report {
         $content = "";
         $flagControl = false;
         $flagOutput = true;
-        $dummy = false;
 
         // Special column name:  '_...'? Empty column names are allowed: check with isset
         if (isset($columnName[0]) && $columnName[0] === TOKEN_COLUMN_CTRL) {