From 7d4b159fe9e2ec30a23331310058e589c2708b97 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 30 Nov 2016 04:35:06 +0100 Subject: [PATCH] Typo fix --- dynamic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic.c b/dynamic.c index eb2e964ffa..f93e8a8864 100644 --- a/dynamic.c +++ b/dynamic.c @@ -215,7 +215,7 @@ static bool load_dynamic_core(void) /* Try to verify that -lretro was not linked in from other modules * since loading it dynamically and with -l will fail hard. */ RARCH_ERR("Serious problem. RetroArch wants to load libretro cores" - "dyamically, but it is already linked.\n"); + "dynamically, but it is already linked.\n"); RARCH_ERR("This could happen if other modules RetroArch depends on " "link against libretro directly.\n"); RARCH_ERR("Proceeding could cause a crash. Aborting ...\n");