summaryrefslogtreecommitdiffstats
path: root/input/joystick.c
diff options
context:
space:
mode:
Diffstat (limited to 'input/joystick.c')
-rw-r--r--input/joystick.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/joystick.c b/input/joystick.c
index f48f3aab25..3225da8a79 100644
--- a/input/joystick.c
+++ b/input/joystick.c
@@ -139,7 +139,7 @@ int mp_input_joystick_read(int fd) {
} else
return MP_INPUT_NOTHING;
} else {
- printf("Joystick warning unknow event type %d\n",ev.type);
+ printf("Joystick warning unknown event type %d\n",ev.type);
return MP_INPUT_ERROR;
}