Merge pull request #9249 from Tatsuya79/patch-1

typo
This commit is contained in:
Twinaphex 2019-08-05 02:22:12 +02:00 committed by GitHub
commit 22a62363b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}