Commit f37aa566 authored by akrherz's avatar akrherz

s/Unkown/Unknown/

parent d82206b1
......@@ -284,7 +284,7 @@ public class LocalOutgoingServerSession extends LocalSession implements Outgoing
break;
}
catch (UnknownHostException uhe) {
Log.warn("Unkown host: " + realHostname);
Log.warn("Unknown host: " + realHostname);
}
catch (SocketTimeoutException ste) {
Log.error("Connection Timed out trying to connect to remote server: " + hostname +
......@@ -392,7 +392,7 @@ public class LocalOutgoingServerSession extends LocalSession implements Outgoing
"(DNS lookup: " + realHostname + ":" + realPort + "): ", e);
}
catch (UnknownHostException uhe) {
Log.warn("Unkown host: " + realHostname);
Log.warn("Unknown host: " + realHostname);
}
catch (SocketTimeoutException ste) {
Log.error("Connection Timed out trying to connect to remote server: " + hostname +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment