commit 56383f628bfebc65f96b20fccf3abbf55c4e0925
Author: Jonathan Dowland <jon+github@alcopop.org>
AuthorDate: Mon Mar 20 22:04:01 2017 +0000
Commit: Jonathan Dowland <jon+github@alcopop.org>
CommitDate: Mon Mar 20 22:04:16 2017 +0000
small typo in a comment
---
src/doom/m_menu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/doom/m_menu.c b/src/doom/m_menu.c
index b60b9168..8d567fce 100644
--- a/src/doom/m_menu.c
+++ b/src/doom/m_menu.c
@@ -1396,7 +1396,7 @@ boolean M_Responder (event_t* ev)
if (ev->type == ev_joystick && joywait < I_GetTime())
{
- // Simulate key presses from joyticks events to interact with the menu.
+ // Simulate key presses from joystick events to interact with the menu.
if (ev->data3 < 0)
{