From ef947e2dbcb6dae52f23c6286471a4d745c9e5dd Mon Sep 17 00:00:00 2001
From: zzz <zzz@i2pmail.org>
Date: Sat, 14 Aug 2021 09:38:42 -0400
Subject: [PATCH] spelling fix

---
 apps/susidns/locale/messages_en.po | 4 ++--
 apps/susidns/src/jsp/index.jsp     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/apps/susidns/locale/messages_en.po b/apps/susidns/locale/messages_en.po
index 012b699f1e..80a6df7cae 100644
--- a/apps/susidns/locale/messages_en.po
+++ b/apps/susidns/locale/messages_en.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: I2P susidns\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-08-11 15:33+0000\n"
+"POT-Creation-Date: 2021-08-14 13:36+0000\n"
 "PO-Revision-Date: 2010-06-15 14:09+0100\n"
 "Last-Translator: duck <duck@mail.i2p>\n"
 "Language-Team: duck <duck@mail.i2p>\n"
@@ -811,7 +811,7 @@ msgstr ""
 
 #: ../src/tmp/i2p/susi/dns/jsp/index_jsp.java:226
 msgid ""
-"Local: This is your personal addresbook, for hosts which you publish and "
+"Local: This is your personal address book, for hosts which you publish and "
 "share with others."
 msgstr ""
 
diff --git a/apps/susidns/src/jsp/index.jsp b/apps/susidns/src/jsp/index.jsp
index 69019bc06e..612255dee7 100644
--- a/apps/susidns/src/jsp/index.jsp
+++ b/apps/susidns/src/jsp/index.jsp
@@ -81,7 +81,7 @@
 </p>
 <ul class="howtouse">
 <li><%=intl._t("Router: These addresses are added automatically, by your subscriptions. If you publish an address book, the router address book will be shared with other I2P users.")%></li>
-<li><%=intl._t("Local: This is your personal addresbook, for hosts which you publish and share with others.")%></li>
+<li><%=intl._t("Local: This is your personal address book, for hosts which you publish and share with others.")%></li>
 <li><%=intl._t("Private: This address book if used for addresses which you do not want to share with other I2P users.")%></li>
 </ul>
 <h3 id="howitworks"><%=intl._t("How does the address book application work?")%></h3>
-- 
GitLab