From 7824feeec4477a1ade9bbf22a8a1609513bdaa2b Mon Sep 17 00:00:00 2001 From: cbdev Date: Wed, 6 Nov 2019 19:05:01 +0100 Subject: Fix spelling to placate spellintian --- backends/jack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/jack.c') diff --git a/backends/jack.c b/backends/jack.c index 5a88cf2..f73ada8 100644 --- a/backends/jack.c +++ b/backends/jack.c @@ -153,7 +153,7 @@ static int mmjack_process_cv(instance* inst, mmjack_port* port, size_t nframes, if(port->input){ //read updated data into the local buffer - //FIXME maybe we dont want to always use the first sample... + //FIXME maybe we don't want to always use the first sample... if((double) audio_buffer[0] != port->last){ port->last = audio_buffer[0]; port->mark = 1; -- cgit v1.2.3