From aba64feee92d77c6adeb9578736225fc46514451 Mon Sep 17 00:00:00 2001
From: kytv <kytv@mail.i2p>
Date: Fri, 12 Sep 2014 19:06:03 +0000
Subject: [PATCH] fixing two typos reported in ticket #1378 (thx EinMByte)

---
 i2p2www/pages/site/docs/spec/i2np.html            | 2 +-
 i2p2www/pages/site/docs/spec/tunnel-creation.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/i2p2www/pages/site/docs/spec/i2np.html b/i2p2www/pages/site/docs/spec/i2np.html
index 64dfaf5fc..17c655c39 100644
--- a/i2p2www/pages/site/docs/spec/i2np.html
+++ b/i2p2www/pages/site/docs/spec/i2np.html
@@ -651,7 +651,7 @@ reply token:
 reply tunnelId:
                4 byte `TunnelID`
                only included if reply token &gt; 0
-               This is the <a href="{{ site_url('docs/spec/common-structures') }}#type_TunnelID">tunnel ID</a> of the inbound gateway of the tunnel the response should be sent to
+               This is the <a href="{{ site_url('docs/spec/common-structures') }}#type_TunnelId">tunnel ID</a> of the inbound gateway of the tunnel the response should be sent to
 
 reply gateway:
               32 bytes
diff --git a/i2p2www/pages/site/docs/spec/tunnel-creation.html b/i2p2www/pages/site/docs/spec/tunnel-creation.html
index 21c5afa3d..53c86d907 100644
--- a/i2p2www/pages/site/docs/spec/tunnel-creation.html
+++ b/i2p2www/pages/site/docs/spec/tunnel-creation.html
@@ -191,7 +191,7 @@ This is also described in the
 
 <h3 id="tunnelCreate.requestPreparation">Tunnel Build Message Preparation</h3>
 
-<p>When building a new Tunnel Build Messaage, all of the Build Request Records must first be 
+<p>When building a new Tunnel Build Message, all of the Build Request Records must first be 
 built and asymmetrically encrypted using
 <a href="{{ site_url('docs/how/cryptography') }}#elgamal">ElGamal</a>.
 Each record is then
-- 
GitLab