From c32173a7f942cedafea29f317f9c25afa5844b37 Mon Sep 17 00:00:00 2001 From: Alexandre Bique Date: Wed, 24 Apr 2024 10:30:35 +0200 Subject: [PATCH] Update include/clap/ext/draft/undo.h Co-authored-by: Dalton Messmer --- include/clap/ext/draft/undo.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/clap/ext/draft/undo.h b/include/clap/ext/draft/undo.h index 2b255876..1be3c89d 100644 --- a/include/clap/ext/draft/undo.h +++ b/include/clap/ext/draft/undo.h @@ -117,9 +117,9 @@ typedef struct clap_host_undo { // // Note: the provided delta may be used for incremental state saving and crash recovery. The // plugin can indicate a format version id and the validity lifetime for the binary blobs. - // The host can use to verify the compatiblilty before applying the delta. - // If the plugin is not able to use a delta, a notification should be produced to the user and - // the crash recovery will do a best effort job, at least restore the latest saved state. + // The host can use these to verify the compatibility before applying the delta. + // If the plugin is unable to use a delta, a notification should be provided to the user and + // the crash recovery should perform a best effort job, at least restoring the latest saved state. // // Special case: for objects with shared and synchronized state, changes shouldn't be reported // as the host already knows about it.