X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmmu.cpp;h=dc5e57c68c4a68371c0ba78ffbd55651548e3788;hb=4493a5bea7b19565e6fe392eaa356e20aef8bd81;hp=c1ca98acef77af3ae5024340de9acc746cb8f198;hpb=8e30a909ce2a12ed02eea2efc1d0da89eb4783d3;p=apple2 diff --git a/src/mmu.cpp b/src/mmu.cpp index c1ca98a..dc5e57c 100644 --- a/src/mmu.cpp +++ b/src/mmu.cpp @@ -362,7 +362,7 @@ void InstallSlotHandler(uint8_t slot, SlotData * slotData) // Sanity check if (slot > 7) { - WriteLog("InstallSlotHanlder: Caller attempted to put device into slot #%u...\n", slot); + WriteLog("InstallSlotHandler: Caller attempted to put device into slot #%u...\n", slot); return; }