aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/jalv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jalv.c b/src/jalv.c
index 8b41ac1..9dfab5c 100644
--- a/src/jalv.c
+++ b/src/jalv.c
@@ -600,7 +600,7 @@ jalv_write_event(Jalv* const jalv,
const LV2_URID type,
const void* const body)
{
- // TODO: Be more disciminate about what to send
+ // TODO: Be more discriminate about what to send
char evbuf[sizeof(ControlChange) + sizeof(LV2_Atom)];
ControlChange* ev = (ControlChange*)evbuf;
ev->index = port_index;