aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2021-04-06 09:01:43 +0100
committerJuan J. Martinez <jjm@usebox.net>2021-04-06 09:01:43 +0100
commitc492648c7765ceb17bf6e51393991328d89dc206 (patch)
tree7fccc9c0165269908ed6101aca5047cdfdf2424d
parent68cce141d8ab383fbd46b74d91a325ec5051f283 (diff)
downloadubox-msx-lib-c492648c7765ceb17bf6e51393991328d89dc206.tar.gz
ubox-msx-lib-c492648c7765ceb17bf6e51393991328d89dc206.zip
Typo
-rw-r--r--game/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/src/main.c b/game/src/main.c
index 6ac4833..310cbe1 100644
--- a/game/src/main.c
+++ b/game/src/main.c
@@ -118,7 +118,7 @@ void main()
redraw_menu:
draw_menu();
- // whait until fire is pressed
+ // wait until fire is pressed
// can be space (control will be cursors), or any fire button on a joystick
while (1)
{