(retroarch.c) Fix typo in log message

This commit is contained in:
twinaphex 2013-11-07 21:47:41 +01:00
parent da8f8b6d63
commit 2422c61d7a

View File

@ -3204,7 +3204,7 @@ void rarch_main_deinit(void)
if (g_extern.rom_file_temporary)
{
RARCH_LOG("Removing tempoary ROM file: %s.\n", g_extern.last_rom);
RARCH_LOG("Removing temporary ROM file: %s.\n", g_extern.last_rom);
if (remove(g_extern.last_rom) < 0)
RARCH_ERR("Failed to remove temporary file: %s.\n", g_extern.last_rom);
g_extern.rom_file_temporary = false;