saramibreak / DiscImageCreator

This is the disc (CD, GD, DVD, HD-DVD, BD, GC/Wii, XBOX, XBOX 360) and disk (Floppy, MO, USB etc) image creation tool
http://forum.redump.org/topic/10483/discimagecreator/
Apache License 2.0
530 stars 45 forks source link

Spelling error in outputScsiCmdLog.cpp #141

Closed tjanas closed 2 years ago

tjanas commented 2 years ago

Please change "minites" to "minutes" https://github.com/saramibreak/DiscImageCreator/blob/05e46716c1708779252b3562a97b94c310808adc/DiscImageCreator/outputScsiCmdLog.cpp#L3467

    case 11:
        OutputDriveLog("2 minites\n");
        break;
    case 12:
        OutputDriveLog("4 minites\n");
        break;
    case 13:
        OutputDriveLog("8 minites\n");
        break;
    case 14:
        OutputDriveLog("16 minites\n");
        break;
    case 15:
        OutputDriveLog("32 minites\n");
        break;