Skip to content

Commit 6b4b1ac

Browse files
author
Vladimir Kotal
committed
fix wording
1 parent 89e183b commit 6b4b1ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/opensolaris/opengrok/index/Indexer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ public static void main(String argv[]) {
281281
try {
282282
m.write(host, port);
283283
} catch (ConnectException ce) {
284-
LOGGER.log(Level.SEVERE, "Misconfig of webapp host or port", ce);
284+
LOGGER.log(Level.SEVERE, "Mis-configuration of webapp host or port", ce);
285285
System.err.println("Couldn't notify the webapp (and host or port set): " + ce.getLocalizedMessage());
286286
}
287287
}

0 commit comments

Comments
 (0)