commit a8dc93953692053846e285b08a0fd5e0f119b874
parent eb73e48b72849650f7d59c2b886692171dd4340f
Author: Paul Walker <paul@pwjw.com>
Date: Tue, 27 Sep 2022 20:53:15 -0400
small typo fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/clap/ext/params.h b/include/clap/ext/params.h
@@ -157,7 +157,7 @@ typedef struct clap_param_info {
// This value is optional and set by the plugin. The host will
// set it on all subsequent events regarding this param_id
- // or set the cookie or nullptr if the host chooses to
+ // or set the cookie to nullptr if the host chooses to
// not implement cookies. It is very strongly recommended
// that the host implement cookies and some plugins may ignore
// events which disregard their cookie.