clap

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

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

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

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

diff --git a/include/clap/ext/draft/undo.h b/include/clap/ext/draft/undo.h @@ -143,8 +143,8 @@ typedef struct clap_host_undo { // [main-thread] void(CLAP_ABI *redo)(const clap_host_t *host); - // Subscribes or unsubscribe to undo context info. - // The plugin may only need the context info if it's GUI is shown and it wants to display + // Subscribes to or unsubscribes from undo context info. + // The plugin may only need the context info if its GUI is shown and it wants to display // undo/redo info. // // Initial state is unsubscribed.