commit 5db0d9f40f5f2705ac0823eab87fc566ed3915a1
parent eb89d03715064042ea1f60973fe60400f0d387c8
Author: trinitou <debuggleburger@gmail.com>
Date: Sat, 3 Dec 2022 14:26:55 +0100
Fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/ext/draft/triggers.h b/include/clap/ext/draft/triggers.h
@@ -91,7 +91,7 @@ enum {
// New info takes effect immediately.
CLAP_TRIGGER_RESCAN_INFO = 1 << 0,
- // Invalidates everything the host knows about triggerss.
+ // Invalidates everything the host knows about triggers.
// It can only be used while the plugin is deactivated.
// If the plugin is activated use clap_host->restart() and delay any change until the host calls
// clap_plugin->deactivate().