clap

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

commit be4e94e1514f1d72edd5362e94cba34b3bb8eb9b
parent aee35cf65d024f55f6d66617748d1d50b9be8ad2
Author: joshnatis <joshnatis0@gmail.com>
Date:   Fri, 24 Jun 2022 11:47:12 -0400

Fix typos in plugin-factory.h

Diffstat:
Minclude/clap/plugin-factory.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clap/plugin-factory.h b/include/clap/plugin-factory.h @@ -8,7 +8,7 @@ static const CLAP_CONSTEXPR char CLAP_PLUGIN_FACTORY_ID[] = "clap.plugin-factory extern "C" { #endif -// Every methods must be thread-safe. +// Every method must be thread-safe. // It is very important to be able to scan the plugin as quickly as possible. // // If the content of the factory may change due to external events, like the user installed