]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/yokogawa-dlm/protocol.c
Fix a bunch of typos.
[libsigrok.git] / src / hardware / yokogawa-dlm / protocol.c
index 975bfcb8fdd1f79ba049e1d10e646dd33a7063d1..c3cd244ccd22fe4d15f06ab843d38c495e3f2905 100644 (file)
@@ -1001,7 +1001,7 @@ SR_PRIV int dlm_data_receive(int fd, int revents, void *cb_data)
                devc->current_channel = devc->current_channel->next;
 
        if (dlm_channel_data_request(sdi) != SR_OK) {
-               sr_err("Failed to request aquisition data.");
+               sr_err("Failed to request acquisition data.");
                goto fail;
        }