clap

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

commit 8ae34bb149b21522d1ce24d16dbac27e691b634e
parent 20a2746743e3c4fed450be43dd07f9f055821451
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Fri, 20 Jan 2023 14:37:17 +0100

Update include/clap/factory/draft/preset-discovery.h

Co-authored-by: Trinitou <106991375+Trinitou@users.noreply.github.com>
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 @@ -194,7 +194,7 @@ typedef struct clap_preset_discovery_location { // eg: file:///C:/Users/abique/Documents/u-he/Diva.data/presets/ (on Windows) // // - plugin://<resource-id> for presets which are bundled inside the plugin itself. - // The resource-id string is defined by the plugin and should unique to avoid clashing + // The resource-id string is defined by the plugin and should be unique to avoid clashing // with other providers, because when preset_load.from_uri() will be called, the // provider's origin won't be known. const char *uri;