From: Steinar H. Gunderson Date: Tue, 8 Jan 2019 21:40:47 +0000 (+0100) Subject: Fix a typo. X-Git-Tag: 1.8.2~30 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c6c33efa85cecce484bba5ff179ed121e807f858;p=nageru Fix a typo. --- diff --git a/nageru/midi_mapping.proto b/nageru/midi_mapping.proto index 4a8b852..b3da1f0 100644 --- a/nageru/midi_mapping.proto +++ b/nageru/midi_mapping.proto @@ -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.