Skip to content

Commit 5bba3e6

Browse files
cmaughansamaaron
authored andcommitted
fix typo
1 parent 0451a6e commit 5bba3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/external/sp_midi/src/midiin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ MidiIn::MidiIn(const string& portName, const string& normalizedPortName, int por
4545
}
4646
catch(const RtMidiError& err)
4747
{
48-
m_logger.debug("Failed to open midi out port");
48+
m_logger.debug("Failed to open midi in port");
4949
}
5050

5151
m_midiIn->ignoreTypes( false, false, false );

0 commit comments

Comments
 (0)