From 926f88585afd5646d9726746af68db4a83c68342 Mon Sep 17 00:00:00 2001
From: hankhill19580 <hankhill19580@gmail.com>
Date: Thu, 13 Aug 2020 18:08:58 +0000
Subject: [PATCH] fix typo on welcome.jsp

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

diff --git a/apps/routerconsole/jsp/welcome.jsp b/apps/routerconsole/jsp/welcome.jsp
index fdbc7e0efd..3fc6677d25 100644
--- a/apps/routerconsole/jsp/welcome.jsp
+++ b/apps/routerconsole/jsp/welcome.jsp
@@ -328,7 +328,7 @@
 <p>
 <%=intl._t("The I2P router also comes with its own versions of common, useful internet applications.")%>
 <%=intl._t("You can download files with {0}bittorrent{1}.", "<a href=\"/torrents\" target=\"_blank\">", "</a>")%>
-<%=intl._t("You can also send and recieve {0}email{1}.", "<a href=\"/webmail\" target=\"_blank\">", "</a>")%>
+<%=intl._t("You can also send and receive {0}email{1}.", "<a href=\"/webmail\" target=\"_blank\">", "</a>")%>
 <%=intl._t("Besides that, you can use the built-in {0}web server{1} so you can create, communicate, and share your content.", "<a href=\"/i2ptunnel\" target=\"_blank\">", "</a>")%>
 <%=intl._t("These applications work with I2P automatically and require no additional configuration.")%>
 </p>
-- 
GitLab