fix mistyped word (#4408)

This commit is contained in:
jjangga0214 2018-06-09 01:24:04 +09:00 committed by Grzegorz Piwowarek
parent d28ffe5982
commit b22cd9e63b
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ public class Board {
System.out.println("Game Draw");
break;
case IN_PROGRESS:
System.out.println("Game In rogress");
System.out.println("Game In Progress");
break;
}
}