From 2893cbb2e6aa26c240c06009b4cd9746e7fde3dc Mon Sep 17 00:00:00 2001
From: slumlord <slumlord@mail.i2p>
Date: Tue, 24 Jul 2018 08:18:26 +0000
Subject: [PATCH] Fix typos pointed out by yahoe.001 on transifex

---
 installer/resources/eepsite/docroot/help/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/installer/resources/eepsite/docroot/help/index.html b/installer/resources/eepsite/docroot/help/index.html
index 5fdd4bb4b1..22789eef0f 100644
--- a/installer/resources/eepsite/docroot/help/index.html
+++ b/installer/resources/eepsite/docroot/help/index.html
@@ -50,7 +50,7 @@
     </ul>
 
     <p>In I2P, hidden services are addressed using a Base32 address ending in ".b32.i2p", or a Destination represented as a long Base64 string.
-      The Base32 address may be used as a hostname, until you assign a register a name following the instructions below.
+      The Base32 address may be used as a hostname, until you register a name following the instructions below.
       The Destination is somewhat like an IP address, and is shown on the <a href="http://127.0.0.1:7657/i2ptunnel/edit?tunnel=3">Hidden Service Configuration page</a>.
     </p>
 
@@ -61,7 +61,7 @@
     <h2>How to set up and announce your hidden service</h2>
 
      <p>Your webserver is running by default, but is not accessible by others until you start the hidden service tunnel.
-      After you start your I2P Webserver tunnel, it will be difficult for other people to find
+      After you start your I2P Webserver tunnel, it will be difficult for other people to find.
       It can only be accessed with the long Destination or with the shorter Base32 address (.b32.i2p), which is a hash of the Destination.
       You could just tell people the Destnation or the Base32 address, but thankfully I2P has an address book and several easy ways to tell people about your website.
       Here are detailed instructions.
-- 
GitLab