summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/magic10.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/magic10.c')
-rw-r--r--src/mame/drivers/magic10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/magic10.c b/src/mame/drivers/magic10.c
index 931168829fe..751f4c6a27f 100644
--- a/src/mame/drivers/magic10.c
+++ b/src/mame/drivers/magic10.c
@@ -223,7 +223,7 @@ static READ16_HANDLER( hotslot_copro_r )
static WRITE16_HANDLER( hotslot_copro_w )
{
- logerror("Writting to copro: %d \n", data);
+ logerror("Writing to copro: %d \n", data);
}
static WRITE16_HANDLER( magic10_out_w )