From 841527300b1e3a9fce48c29425c7c2da30777095 Mon Sep 17 00:00:00 2001 From: Alexandre Bique Date: Wed, 20 Dec 2023 11:18:55 +0100 Subject: [PATCH] Typo --- include/clap/events.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clap/events.h b/include/clap/events.h index f4ba5a8a..0839e961 100644 --- a/include/clap/events.h +++ b/include/clap/events.h @@ -119,7 +119,7 @@ enum { // Note on, off, end and choke events. // // Clap addresses notes and voices using the 4-value tuple -// (port, channel, key, note_id). note on/off/end/choke +// (port, channel, key, note_id). Note on/off/end/choke // events and parameter modulation messages are delivered with // these values populated. //