From 2ea05f01eb65f1de3480642404339a8afe022482 Mon Sep 17 00:00:00 2001
From: hiddenz <hiddenz@mail.i2p>
Date: Mon, 17 Jan 2011 19:26:41 +0000
Subject: [PATCH] Fix typo

---
 apps/i2ptunnel/jsp/index.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/i2ptunnel/jsp/index.jsp b/apps/i2ptunnel/jsp/index.jsp
index faf904de03..dcacee1951 100644
--- a/apps/i2ptunnel/jsp/index.jsp
+++ b/apps/i2ptunnel/jsp/index.jsp
@@ -238,7 +238,7 @@
                String cHost= indexBean.getClientInterface(curClient);
                if ("".equals(cHost)) {
                    out.write("<font color=\"red\">");
-                   out.write(intl._("Hort not set"));
+                   out.write(intl._("Host not set"));
                    out.write("</font>");
                } else {
                    out.write(cHost);
-- 
GitLab