clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit 66203e652e47b491b9e54891042c7fa243376aef
parent c32173a7f942cedafea29f317f9c25afa5844b37
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Wed, 24 Apr 2024 10:30:20 +0200

Update include/clap/ext/draft/undo.h

Co-authored-by: Dalton Messmer <messmerd97@gmail.com>
Diffstat:
Minclude/clap/ext/draft/undo.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clap/ext/draft/undo.h b/include/clap/ext/draft/undo.h @@ -123,7 +123,7 @@ typedef struct clap_host_undo { // // Special case: for objects with shared and synchronized state, changes shouldn't be reported // as the host already knows about it. - // For example, plugin parameters changes shouldn't produce a call to change_made(). + // For example, plugin parameter changes shouldn't produce a call to change_made(). // // [main-thread] void(CLAP_ABI *change_made)(const clap_host_t *host,