diff --git a/src/jsd.c b/src/jsd.c index 3b0e9b4..004ad3a 100644 --- a/src/jsd.c +++ b/src/jsd.c @@ -237,7 +237,7 @@ void jsd_read(jsd_t* self, int timeout_us) { } if (self->last_wkc != self->expected_wkc && self->wkc == self->expected_wkc) { if (self->last_wkc != -1) { - MSG("ecx_receive_processdata is not longer reading bad wkc"); + MSG("ecx_receive_processdata is no longer reading bad wkc"); } } self->last_wkc = self->wkc;