From 9b58efd79bf3acc2c5d1851daf02daa92a7c3127 Mon Sep 17 00:00:00 2001 From: Alexandre Bique Date: Wed, 24 Apr 2024 10:30:56 +0200 Subject: [PATCH] Update include/clap/ext/draft/undo.h Co-authored-by: Dalton Messmer --- include/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 index 073befed..d666adf6 100644 --- 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.