Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Oct 31, 2022
1 parent 5fe2c18 commit e096551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/3BandSplitter/DistrhoPlugin3BandSplitter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void DistrhoPlugin3BandSplitter::initAudioPort(bool input, uint32_t index, Audio
switch (index)
{
case 0:
port.name = "Inpput Left";
port.name = "Input Left";
port.symbol = "in_left";
break;
case 1:
Expand Down

0 comments on commit e096551

Please sign in to comment.