From 17d26976d5535adf5aa5bdcebb9f77f70d16b1ab Mon Sep 17 00:00:00 2001
From: dg2-new <dg2-new@mail.i2p>
Date: Wed, 8 Jul 2015 21:25:33 +0000
Subject: [PATCH] lang fixups

---
 apps/BOB/src/net/i2p/BOB/NamedDB.java                           | 2 +-
 .../java/src/net/i2p/router/web/SummaryBarRenderer.java         | 2 +-
 .../net/i2p/router/networkdb/kademlia/IterativeLookupJob.java   | 2 +-
 router/java/src/net/i2p/router/time/NtpMessage.java             | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/apps/BOB/src/net/i2p/BOB/NamedDB.java b/apps/BOB/src/net/i2p/BOB/NamedDB.java
index 5a1b8e45f3..dda9ab268d 100644
--- a/apps/BOB/src/net/i2p/BOB/NamedDB.java
+++ b/apps/BOB/src/net/i2p/BOB/NamedDB.java
@@ -64,7 +64,7 @@ public class NamedDB {
 	}
 
 	/**
-	 * Find objects in the array, returns it's index or throws exception
+	 * Find objects in the array, returns its index or throws exception
 	 * @param key
 	 * @return an objects index
 	 * @throws ArrayIndexOutOfBoundsException when key does not exist
diff --git a/apps/routerconsole/java/src/net/i2p/router/web/SummaryBarRenderer.java b/apps/routerconsole/java/src/net/i2p/router/web/SummaryBarRenderer.java
index 344d36bd1e..1dd724e958 100644
--- a/apps/routerconsole/java/src/net/i2p/router/web/SummaryBarRenderer.java
+++ b/apps/routerconsole/java/src/net/i2p/router/web/SummaryBarRenderer.java
@@ -506,7 +506,7 @@ public class SummaryBarRenderer {
            .append("</td></tr>\n" +
 
                    "<tr title=\"")
-           .append(_("Tunnels we are participating in, directly contributing bandwith to the network"))
+           .append(_("Tunnels we are participating in, directly contributing bandwidth to the network"))
            .append("\">" +
                    "<td align=\"left\"><b>")
            .append(_("Participating"))
diff --git a/router/java/src/net/i2p/router/networkdb/kademlia/IterativeLookupJob.java b/router/java/src/net/i2p/router/networkdb/kademlia/IterativeLookupJob.java
index 6b243b7695..26c69dca44 100644
--- a/router/java/src/net/i2p/router/networkdb/kademlia/IterativeLookupJob.java
+++ b/router/java/src/net/i2p/router/networkdb/kademlia/IterativeLookupJob.java
@@ -68,7 +68,7 @@ class IterativeLookupJob extends JobImpl {
                     }
                     RouterInfo ri = getContext().netDb().lookupRouterInfoLocally(peer);
                     if (ri == null) {
-                        // Take it on faith that it's ff to speed things up, we don't need the RI
+                        // Take it on faith that its ff to speed things up, we don't need the RI
                         // to query it.
                         // Zero-hop outbound tunnel will be failed in ISJ.sendQuery()
                         _search.newPeerToTry(peer);
diff --git a/router/java/src/net/i2p/router/time/NtpMessage.java b/router/java/src/net/i2p/router/time/NtpMessage.java
index 8a3aa03977..a2d530e7ce 100644
--- a/router/java/src/net/i2p/router/time/NtpMessage.java
+++ b/router/java/src/net/i2p/router/time/NtpMessage.java
@@ -77,7 +77,7 @@ import net.i2p.util.RandomSource;
 class NtpMessage {
     /**
      * This is a two-bit code warning of an impending leap second to be
-     * inserted/deleted in the last minute of the current day.  It's values
+     * inserted/deleted in the last minute of the current day.  Its values
      * may be as follows:
      *
      * Value     Meaning
-- 
GitLab