Typo english

This commit is contained in:
Eyeballcode
2016-10-19 14:02:35 +02:00
committed by Laurent Clouet
parent d33d820f9d
commit f427502840

View File

@@ -477,7 +477,7 @@ public class Server extends Thread implements HostnameVerifier, X509TrustManager
StringWriter sw = new StringWriter(); StringWriter sw = new StringWriter();
PrintWriter pw = new PrintWriter(sw); PrintWriter pw = new PrintWriter(sw);
e.printStackTrace(pw); e.printStackTrace(pw);
throw new FermeException("error requestJob: unknow exception " + e + " stacktrace: " + sw.toString()); throw new FermeException("error requestJob: unknown exception " + e + " stacktrace: " + sw.toString());
} }
finally { finally {
if (connection != null) { if (connection != null) {