Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisj42 committed Sep 18, 2017
1 parent 548af27 commit ee0f82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/minicraft/ConsoleReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public void run(String[] args, Game game) {
("<mode>", "change the server gamemode.", "mode: one of the following: c(reative), su(rvivial), t(imed) / score, h(ardcore)") {
public void run(String[] args, Game game) {
if(args.length != 1) {
System.out.println("incorrent number of arguments. Please specify the game mode in one word:");
System.out.println("incorrect number of arguments. Please specify the game mode in one word:");
printHelp(this, game);
return;
}
Expand Down

0 comments on commit ee0f82e

Please sign in to comment.