clap

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

commit 123c421a23b0171b9a51fb26e1a78a730c769822
parent 88eace6987f421dde742a811fd403ffb16963386
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Sun, 22 May 2022 17:20:23 +0200

Finaly! :)

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

diff --git a/include/clap/entry.h b/include/clap/entry.h @@ -30,7 +30,7 @@ extern "C" { typedef struct clap_plugin_entry { clap_version_t clap_version; // initialized to CLAP_VERSION - // This function must be called fisrt, and can only be called once. + // This function must be called first, and can only be called once. // // It should be as fast as possible, in order to perform very quick scan of the plugin // descriptors.