commit d2cf8b1d26ba3509de52980523a4a7f2f2a62206
parent 007a10765b744c61641be242c3a8f42dfc757cd0
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Wed, 24 May 2023 00:48:08 +0200
Update include/clap/ext/draft/configurable-audio-ports.h
Co-authored-by: Robbert van der Helm <mail@robbertvanderhelm.nl>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/ext/draft/configurable-audio-ports.h b/include/clap/ext/draft/configurable-audio-ports.h
@@ -32,7 +32,7 @@ typedef struct clap_audio_port_configuration_request {
typedef struct clap_plugin_configurable_audio_ports {
// If is_dry_run is true, then checks if the configuration can be applied.
- // If is_dry_run is true, then applies the configuration.
+ // If is_dry_run is false, then applies the configuration.
// Returns true if applied.
// [main-thread && !active]
bool(CLAP_ABI *apply_configuration)(const clap_plugin_t *plugin,