From 9ecda9ff8a3043f87ef85fe2d790bc6199699bcf Mon Sep 17 00:00:00 2001 From: Teemu Hukkanen Date: Fri, 10 Oct 2014 16:45:19 +0100 Subject: [PATCH] Fix typo --- src/jaguar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jaguar.cpp b/src/jaguar.cpp index c717431..ac8a430 100644 --- a/src/jaguar.cpp +++ b/src/jaguar.cpp @@ -182,7 +182,7 @@ if (inRoutine) if (m68kPC & 0x01) // Oops! We're fetching an odd address! { - WriteLog("M68K: Attempted to execute from an odd adress!\n\nBacktrace:\n\n"); + WriteLog("M68K: Attempted to execute from an odd address!\n\nBacktrace:\n\n"); static char buffer[2048]; for(int i=0; i<0x400; i++) -- 2.37.2