]> sigrok.org Git - libsigrok.git/blobdiff - hardware/norma-dmm/protocol.c
Fix 'aquisition' typo in a few places.
[libsigrok.git] / hardware / norma-dmm / protocol.c
index 207d1690840cbb81646449206ef7fa9f88e1bf61..d5004a180808ca9e5264d3c139c068bbd4f25df9 100644 (file)
@@ -401,7 +401,7 @@ SR_PRIV int norma_dmm_receive_data(int fd, int revents, void *cb_data)
                }
        }
 
-       /* If number of samples or time limit reached, stop aquisition. */
+       /* If number of samples or time limit reached, stop acquisition. */
        terminating = FALSE;
        if (devc->limit_samples && (devc->num_samples >= devc->limit_samples)) {
                sdi->driver->dev_acquisition_stop(sdi, cb_data);