From 5850ad1217fd17c64d3a4297c55801e689f1f502 Mon Sep 17 00:00:00 2001 From: duck Date: Thu, 15 Jul 2004 16:02:53 +0000 Subject: [PATCH] typo fix, thanks Connelly (duck) --- .../java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java index 98aa290e4..bdee31844 100644 --- a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java +++ b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java @@ -59,7 +59,7 @@ public class I2PTunnelHTTPClient extends I2PTunnelClientBase implements Runnable "Cache-control: no-cache\r\n"+ "\r\n"+ "

I2P ERROR: DESTINATION NOT FOUND

"+ - "That I2P Desitination was not found. Perhaps you pasted in the "+ + "That I2P Destination was not found. Perhaps you pasted in the "+ "wrong BASE64 I2P Destination or the link you are following is "+ "bad. The host (or the WWW proxy, if you're using one) could also "+ "be temporarily offline. You may want to retry. "+ @@ -71,7 +71,7 @@ public class I2PTunnelHTTPClient extends I2PTunnelClientBase implements Runnable "Content-Type: text/html; charset=iso-8859-1\r\n"+ "Cache-control: no-cache\r\n\r\n"+ "

I2P ERROR: TIMEOUT

"+ - "That Desitination was reachable, but timed out getting a "+ + "That Destination was reachable, but timed out getting a "+ "response. This is likely a temporary error, so you should simply "+ "try to refresh, though if the problem persists, the remote "+ "destination may have issues. Could not get a response from "+