From e4b3dc627287065a7219a44a1c83dd54178e9480 Mon Sep 17 00:00:00 2001
From: Markus Quaritsch <markus.quaritsch@tugraz.at>
Date: Wed, 22 Dec 2021 14:31:15 +0100
Subject: [PATCH] correcting typo in user manual

---
 .../User Manual/5-input-and-output-files/VTQP.md       |  4 ++--
 Documentation/User Manual/help.html                    | 10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Documentation/User Manual/5-input-and-output-files/VTQP.md b/Documentation/User Manual/5-input-and-output-files/VTQP.md
index 77a63f42d0..58e66f0f0c 100644
--- a/Documentation/User Manual/5-input-and-output-files/VTQP.md	
+++ b/Documentation/User Manual/5-input-and-output-files/VTQP.md	
@@ -1,6 +1,6 @@
-##Vehcle Boosing Limits (.vemp)
+##Vehicle Boosting Limits (.vtqp)
 
-This file contains the vehilce's boosting limits depending on the combustion engine's angluar speed. The file uses the [VECTO CSV format](#csv).
+This file contains the vehicle's boosting limits depending on the combustion engine's angular speed. The file uses the [VECTO CSV format](#csv).
 
 - Filetype: .vtqp
 - Header: **n [rpm] , T_drive [Nm]**
diff --git a/Documentation/User Manual/help.html b/Documentation/User Manual/help.html
index 14f93f3846..24adcc41d4 100644
--- a/Documentation/User Manual/help.html	
+++ b/Documentation/User Manual/help.html	
@@ -232,7 +232,7 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf
 <li><a href="#electric-motor-max-torque-file-.vemp">Electric Motor Max Torque File (.vemp)</a></li>
 <li><a href="#electric-motor-drag-curve-file-.vemd">Electric Motor Drag Curve File (.vemd)</a></li>
 <li><a href="#electric-motor-map-.vemo">Electric Motor Map (.vemo)</a></li>
-<li><a href="#vehcle-boosing-limits-.vemp">Vehcle Boosing Limits (.vemp)</a></li>
+<li><a href="#vehicle-boosting-limits-.vtqp">Vehicle Boosting Limits (.vtqp)</a></li>
 <li><a href="#battery-internal-voltage-file-.vbatv">Battery Internal Voltage File (.vbatv)</a></li>
 <li><a href="#battery-internal-resistance-file-.vbatr">Battery Internal Resistance File (.vbatr)</a></li>
 <li><a href="#battery-max-current-map-.vimax">Battery Max Current Map (.vimax)</a></li>
@@ -3123,7 +3123,7 @@ Example: “Gears\Gear1.vtlm” points to the “Gears” subdirectory of the Ge
 </tr>
 <tr class="even">
 <td>Allowed gear range (skip of gears)</td>
-<td>Total number of mechanical gears ≤ 6: 1, else 22</td>
+<td>Total number of mechanical gears ≤ 6: 1, else 2</td>
 </tr>
 <tr class="odd">
 <td>CCMinAcceleration</td>
@@ -4743,9 +4743,9 @@ If the battery’s SoC is below the lower SoC threshold <img style="vertical-ali
 47.746 , 0     , 0.1449
 ...</code></pre>
 </div>
-<div id="vehcle-boosing-limits-.vemp" class="section level2">
-<h2>Vehcle Boosing Limits (.vemp)</h2>
-<p>This file contains the vehilce’s boosting limits depending on the combustion engine’s angluar speed. The file uses the <a href="#csv">VECTO CSV format</a>.</p>
+<div id="vehicle-boosting-limits-.vtqp" class="section level2">
+<h2>Vehicle Boosting Limits (.vtqp)</h2>
+<p>This file contains the vehicle’s boosting limits depending on the combustion engine’s angular speed. The file uses the <a href="#csv">VECTO CSV format</a>.</p>
 <ul>
 <li>Filetype: .vtqp</li>
 <li>Header: <strong>n [rpm] , T_drive [Nm]</strong></li>
-- 
GitLab