clap

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

commit aad8a32b00b64c86a9dd912e93eed51c89d27d16
parent 982c606962eda78010e0e4cae9c6951973992b51
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date:   Fri, 17 Jan 2025 22:52:51 +0100

Fix typo in include/clap/events.h

Co-authored-by: Dalton Messmer <messmerd97@gmail.com>
Diffstat:
Minclude/clap/events.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/clap/events.h b/include/clap/events.h @@ -13,7 +13,7 @@ extern "C" { // size of the event and its type and space (a namespacing for types). // clap_event objects are contiguous regions of memory which can be copied // with a memcpy of `size` bytes starting at the top of the header. As -// such, be very careful when desiginig clap events with internal pointers +// such, be very careful when designing clap events with internal pointers // and other non-value-types to consider the lifetime of those members. typedef struct clap_event_header { uint32_t size; // event size including this header, eg: sizeof (clap_event_note)