Skip to content

Commit

Permalink
Fixed a whitespace and spelling issue that was causing the test case …
Browse files Browse the repository at this point in the history
…to fail.
  • Loading branch information
Toxic Dreamz authored and Toxic Dreamz committed Aug 16, 2020
1 parent 133ef52 commit 57e45a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public Soldier(SoldierUnit soldierUnit) {

@Override
public void soldierReady() {
LOGGER.info("[Solider] " + unit.getName() + " is ready!");
LOGGER.info("[Soldier] " + unit.getName() + " is ready!");
}

public SoldierUnit getUnit() {
Expand Down

0 comments on commit 57e45a3

Please sign in to comment.