Fix typo.

pull/401/head
Huxing Zhang 6 years ago committed by hengyunabc
parent dceb0f1b21
commit 3fd10c327f

@ -266,7 +266,7 @@ public class Bootstrap {
System.exit(1);
}
if (pid < 0) {
System.out.println("Please select an avaliable pid.");
System.out.println("Please select an available pid.");
System.exit(1);
}
}

Loading…
Cancel
Save