diff --git a/retroarch.c b/retroarch.c index c99ab1bc4e..dde3a5c29d 100644 --- a/retroarch.c +++ b/retroarch.c @@ -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;