ref: 56383f628bfebc65f96b20fccf3abbf55c4e0925
parent: 81b81c96bf481bfa0cb829db38144eef14e0d048
author: Jonathan Dowland <jon+github@alcopop.org>
date: Mon Mar 20 18:04:01 EDT 2017
small typo in a comment
--- a/src/doom/m_menu.c
+++ b/src/doom/m_menu.c
@@ -1396,7 +1396,7 @@
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)
{