Skip to content

Commit 05fc5ff

Browse files
abiquemessmerd
andcommitted
Fix typo in include/clap/events.h
Co-authored-by: Dalton Messmer <[email protected]>
1 parent 284a85d commit 05fc5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/clap/events.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extern "C" {
1313
// size of the event and its type and space (a namespacing for types).
1414
// clap_event objects are contiguous regions of memory which can be copied
1515
// with a memcpy of `size` bytes starting at the top of the header. As
16-
// such, be very careful when desiginig clap events with internal pointers
16+
// such, be very careful when designing clap events with internal pointers
1717
// and other non-value-types to consider the lifetime of those members.
1818
typedef struct clap_event_header {
1919
uint32_t size; // event size including this header, eg: sizeof (clap_event_note)

0 commit comments

Comments
 (0)