]> Shamusworld >> Repos - virtualjaguar/commitdiff
Fix typo
authorTeemu Hukkanen <tjhukkan@iki.fi>
Fri, 10 Oct 2014 15:45:19 +0000 (16:45 +0100)
committerTeemu Hukkanen <tjhukkan@iki.fi>
Fri, 10 Oct 2014 15:45:19 +0000 (16:45 +0100)
src/jaguar.cpp

index c717431a88b546cf332acc4863a87c3c4b0e5843..ac8a4308e72dc9f22183cf3606e79da7d0dd6396 100644 (file)
@@ -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++)