]> git.sesse.net Git - nageru/blobdiff - nageru/midi_mapping.proto
Fix a typo.
[nageru] / 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.