]> git.sesse.net Git - nageru/commitdiff
Fix a typo.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 8 Jan 2019 21:40:47 +0000 (22:40 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 8 Jan 2019 21:40:47 +0000 (22:40 +0100)
nageru/midi_mapping.proto

index 4a8b8521985756b9172880707b7f544aa487703d..b3da1f057b0a6c70f8def5f84ae51e195db8e3a6 100644 (file)
@@ -38,7 +38,7 @@ message MIDIMappingBusProto {
        optional MIDIButtonProto toggle_compressor = 11;
        optional MIDIButtonProto clear_peak = 12;
 
-       // These are really global (controller bank change affects all buss),
+       // These are really global (controller bank change affects all buses),
        // but it's not uncommon that we'd want one button per bus to switch banks.
        // E.g., if the user binds the “mute” button to “next bank”, they'd want every
        // mute button on the mixer to do that, so they need one mapping per bus.