clap

CLAP Audio Plugin API
Log | Files | Refs | README | LICENSE

commit c82516c66a2be5cd5799437dd5bb5a6cee9578d2
parent b89953c26f335c0200c6ca507fdc44286865b4fb
Author: Dalton Messmer <33463986+messmerd@users.noreply.github.com>
Date:   Fri,  3 Nov 2023 00:30:29 -0400

Fix typo in preset-discovery.h
Diffstat:
Minclude/clap/factory/draft/preset-discovery.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clap/factory/draft/preset-discovery.h b/include/clap/factory/draft/preset-discovery.h @@ -131,7 +131,7 @@ typedef struct clap_preset_discovery_metadata_receiver { // the plugin wants but it could also be some other unique id like a database primary key or a // binary offset. It's use is entirely up to the plug-in. // - // If the function returns false, the the provider must stop calling back into the receiver. + // If the function returns false, then the provider must stop calling back into the receiver. bool(CLAP_ABI *begin_preset)(const struct clap_preset_discovery_metadata_receiver *receiver, const char *name, const char *load_key);