Skip to content

Commit e096551

Browse files
committed
Fix typo
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 5fe2c18 commit e096551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/3BandSplitter/DistrhoPlugin3BandSplitter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void DistrhoPlugin3BandSplitter::initAudioPort(bool input, uint32_t index, Audio
4949
switch (index)
5050
{
5151
case 0:
52-
port.name = "Inpput Left";
52+
port.name = "Input Left";
5353
port.symbol = "in_left";
5454
break;
5555
case 1:

0 commit comments

Comments
 (0)