commit a954e97b09ef319f4387db3f0f9cc5ba77f0bd34
parent 47ae594f8ae46066754f950d486d485f41070aeb
Author: joshnatis <joshnatis0@gmail.com>
Date: Fri, 24 Jun 2022 12:15:45 -0400
Fix typos in note-name.h
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/ext/note-name.h b/include/clap/ext/note-name.h
@@ -27,7 +27,7 @@ typedef struct clap_plugin_note_name {
} clap_plugin_note_name;
typedef struct clap_host_note_name {
- // Informs the host that the note names has changed.
+ // Informs the host that the note names have changed.
// [main-thread]
void (*changed)(const clap_host_t *host);
} clap_host_note_name_t;