Skip to content

Commit c69d7ed

Browse files
committed
correct a word
1 parent f66bd59 commit c69d7ed

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/cn/rocket/assaignmark/cmd

1 file changed

+1
-1
lines changed

src/main/java/cn/rocket/assaignmark/cmd/Main.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static void main(String[] args) {
2525
try {
2626
jreVer = jreVer.substring(0, jreVer.indexOf('.', 2));
2727
} catch (StringIndexOutOfBoundsException e) {
28-
LOGGER.warn("Unknown JRE version! Try to run with JRE 1.11. Unexpected errors may bo emitted.");
28+
LOGGER.warn("Unknown JRE version! Try to run with JRE 1.11. Unexpected errors may be emitted.");
2929
jreVer = "1.11";
3030
}
3131
if (args == null || args.length == 0) {

0 commit comments

Comments
 (0)