commit a9eaad04957430316f91c7d454abbc698f21c5af
parent 9ad713e43db102f6a937bb3f38f95a9628fb2e5e
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Sun, 22 May 2022 09:34:29 +0200
Fix typo
Diffstat:
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 fist, and can only be called once.
+ // This function must be called fisrt, and can only be called once.
//
// It should be as fast as possible, in order to perform very quick scan of the plugin
// descriptors.