clap

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

commit f204f71cb83cb8c96141e8c78a2f4367245a847f
parent a954e97b09ef319f4387db3f0f9cc5ba77f0bd34
Author: joshnatis <joshnatis0@gmail.com>
Date:   Fri, 24 Jun 2022 12:16:27 -0400

Fix typos in log.h

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

diff --git a/include/clap/ext/log.h b/include/clap/ext/log.h @@ -15,7 +15,7 @@ enum { CLAP_LOG_ERROR = 3, CLAP_LOG_FATAL = 4, - // Those severities should be used to report misbehaviour. + // These severities should be used to report misbehaviour. // The plugin one can be used by a layer between the plugin and the host. CLAP_LOG_HOST_MISBEHAVING = 5, CLAP_LOG_PLUGIN_MISBEHAVING = 6,