From 96c3921e81de8b3e9df7f47e7cf03fa5b4de71ea Mon Sep 17 00:00:00 2001 From: Jordi Mallach Date: Thu, 31 Mar 2016 23:31:46 +0200 Subject: Typo fix: controler → controller MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/devices/bus/scsi/s1410.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/devices/bus/scsi') diff --git a/src/devices/bus/scsi/s1410.cpp b/src/devices/bus/scsi/s1410.cpp index 59b964ce4f2..dba1e0bb7fd 100644 --- a/src/devices/bus/scsi/s1410.cpp +++ b/src/devices/bus/scsi/s1410.cpp @@ -205,7 +205,7 @@ s1410_device::s1410_device(const machine_config &mconfig, const char *tag, devic #define S1410_CMD_READ_SEC_BUFFER ( 0x10 ) #define S1410_CMD_RAM_DIAGS ( 0xe0 ) #define S1410_CMD_DRIVE_DIAGS ( 0xe3 ) -#define S1410_CMD_CONTROLER_DIAGS ( 0xe4 ) +#define S1410_CMD_CONTROLLER_DIAGS ( 0xe4 ) #define S1410_STATUS_NOT_READY ( 0x04 ) @@ -302,7 +302,7 @@ void s1410_device::ExecCommand() case S1410_CMD_CHECK_TRACK_FORMAT: case S1410_CMD_RAM_DIAGS: case S1410_CMD_DRIVE_DIAGS: - case S1410_CMD_CONTROLER_DIAGS: + case S1410_CMD_CONTROLLER_DIAGS: m_phase = SCSI_PHASE_STATUS; m_status_code = SCSI_STATUS_CODE_GOOD; m_transfer_length = 0; -- cgit v1.2.3-70-g09d2