Skip to content

Commit d7678ce

Browse files
committed
fixed typo
1 parent efd78b5 commit d7678ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jcp/src/main/java/com/igormaznitsa/jcp/cmdline/KeepCommentsHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public boolean processCommandLineKey(final String key, final PreprocessorContext
5454
mode = KeepComments.findForText(tail);
5555
} catch (IllegalArgumentException ex) {
5656
throw context.makeException(
57-
"Illegal keep commends mode '" + tail + "' in " + ARG_NAME + ", expected one of " +
57+
"Illegal keep comments mode '" + tail + "' in " + ARG_NAME + ", expected one of " +
5858
KeepComments.makeStringForExpectedValues(), null);
5959
}
6060

0 commit comments

Comments
 (0)