From 3d91c95380ec0236831910b7712d81008b81a075 Mon Sep 17 00:00:00 2001 From: Alexandre Bique Date: Wed, 24 Apr 2024 10:29:07 +0200 Subject: [PATCH] Update include/clap/ext/draft/undo.h Co-authored-by: Dalton Messmer --- include/clap/ext/draft/undo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clap/ext/draft/undo.h b/include/clap/ext/draft/undo.h index 2dba1094..647626ba 100644 --- a/include/clap/ext/draft/undo.h +++ b/include/clap/ext/draft/undo.h @@ -21,7 +21,7 @@ extern "C" { /// /// Some changes are long running changes, for example a mouse interaction will begin editing some /// complex data and it may take multiple events and a long duration to complete the change. -/// In such case the plugin will call host->begin_change() to indicate the begining of a long +/// In such case the plugin will call host->begin_change() to indicate the beginning of a long /// running change and complete the change by calling host->change_made(). /// /// The host may group changes together: