/** SCSI Command Code for a MODE SENSE (10) command. */\r
#define SCSI_CMD_MODE_SENSE_10 0x5A\r
\r
- /** SCSI Sense Code to indicate no error has ocurred. */\r
+ /** SCSI Sense Code to indicate no error has occurred. */\r
#define SCSI_SENSE_KEY_GOOD 0x00\r
\r
/** SCSI Sense Code to indicate that the device has recovered from an error. */\r
/** SCSI Sense Code to indicate an error whilst accessing the medium. */\r
#define SCSI_SENSE_KEY_MEDIUM_ERROR 0x03\r
\r
- /** SCSI Sense Code to indicate a hardware has ocurred. */\r
+ /** SCSI Sense Code to indicate a hardware has occurred. */\r
#define SCSI_SENSE_KEY_HARDWARE_ERROR 0x04\r
\r
/** SCSI Sense Code to indicate that an illegal request has been issued. */\r
/** SCSI Sense Code to indicate an error while trying to write to a write-once medium. */\r
#define SCSI_SENSE_KEY_BLANK_CHECK 0x08\r
\r
- /** SCSI Sense Code to indicate a vendor specific error has ocurred. */\r
+ /** SCSI Sense Code to indicate a vendor specific error has occurred. */\r
#define SCSI_SENSE_KEY_VENDOR_SPECIFIC 0x09\r
\r
/** SCSI Sense Code to indicate that an EXTENDED COPY command has aborted due to an error. */\r
/** SCSI Additional Sense Code to indicate an invalid field was encountered while processing the issued command. */\r
#define SCSI_ASENSE_INVALID_FIELD_IN_CDB 0x24\r
\r
- /** SCSI Additional Sense Code to indicate that an attemp to write to a protected area was made. */\r
+ /** SCSI Additional Sense Code to indicate that an attempt to write to a protected area was made. */\r
#define SCSI_ASENSE_WRITE_PROTECTED 0x27\r
\r
/** SCSI Additional Sense Code to indicate an error whilst formatting the device medium. */\r