From: Teemu Hukkanen Date: Fri, 10 Oct 2014 15:45:19 +0000 (+0100) Subject: Fix typo X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=virtualjaguar;a=commitdiff_plain;h=9ecda9ff8a3043f87ef85fe2d790bc6199699bcf Fix typo --- 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++)