commit e432bb5ec6e2d1e2934df60fdb7e397d51258ee7
parent f9a6aa2eb8c44f61a4070e8c6ff2d7a057268e53
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Wed, 24 Apr 2024 10:29:31 +0200
Update include/clap/ext/draft/undo.h
Co-authored-by: Dalton Messmer <messmerd97@gmail.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/ext/draft/undo.h b/include/clap/ext/draft/undo.h
@@ -112,7 +112,7 @@ typedef struct clap_host_undo {
//
// name: mandatory null terminated string describing the change, this is displayed to the user
//
- // detlas: optional, they are binary blobs used to perform the undo and redo. When not available
+ // deltas: optional, they are binary blobs used to perform the undo and redo. When not available
// the host will save the plugin state and use state->load() to perform undo and redo.
//
// Note: the provided delta may be used for incremental state saving and crash recovery. The