From c6c33efa85cecce484bba5ff179ed121e807f858 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 8 Jan 2019 22:40:47 +0100 Subject: [PATCH] Fix a typo. --- nageru/midi_mapping.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2