Skip to content

Commit

Permalink
Update include/clap/ext/draft/undo.h
Browse files Browse the repository at this point in the history
Co-authored-by: Dalton Messmer <[email protected]>
  • Loading branch information
abique and messmerd authored Apr 24, 2024
1 parent f9a6aa2 commit e432bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clap/ext/draft/undo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e432bb5

Please sign in to comment.