Skip to content

Commit 45851a6

Browse files
committed
Spelling Correction
1 parent 70b6d2b commit 45851a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/redomar/game/InputHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class InputHandler implements KeyListener {
1515

1616
public InputHandler(Game game) {
1717
InputContext context = InputContext.getInstance();
18-
// Important to know wether the keyboard is in Azerty or Qwerty.
18+
// Important to know whether the keyboard is in Azerty or Qwerty.
1919
// Azerty countries used QZSD instead of WASD keys.
2020
isAzertyCountry = context.getLocale().getCountry().equals("BE")
2121
|| context.getLocale().getCountry().equals("FR");

0 commit comments

Comments
 (0)