From 924a898e1d5f3b85a8d3290959dab65957e49c74 Mon Sep 17 00:00:00 2001 From: Tatsuya79 Date: Mon, 5 Aug 2019 01:24:50 +0200 Subject: [PATCH] typo --- tasks/task_autodetect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/task_autodetect.c b/tasks/task_autodetect.c index a0b35b3220..92290c993d 100644 --- a/tasks/task_autodetect.c +++ b/tasks/task_autodetect.c @@ -370,7 +370,7 @@ static bool input_autoconfigure_joypad_from_conf_dir( if (index >= 0 && current_best > 0 && best_conf) { - RARCH_LOG("[Auoconf]: selected configuration: %s\n", best_path); + RARCH_LOG("[Autoconf]: selected configuration: %s\n", best_path); input_autoconfigure_joypad_add(best_conf, params, task); ret = 1; }