We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e183b commit 6b4b1acCopy full SHA for 6b4b1ac
src/org/opensolaris/opengrok/index/Indexer.java
@@ -281,7 +281,7 @@ public static void main(String argv[]) {
281
try {
282
m.write(host, port);
283
} catch (ConnectException ce) {
284
- LOGGER.log(Level.SEVERE, "Misconfig of webapp host or port", ce);
+ LOGGER.log(Level.SEVERE, "Mis-configuration of webapp host or port", ce);
285
System.err.println("Couldn't notify the webapp (and host or port set): " + ce.getLocalizedMessage());
286
}
287
0 commit comments