X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fnorma-dmm%2Fprotocol.c;h=d5004a180808ca9e5264d3c139c068bbd4f25df9;hb=a84f6ad38984dd8cee2e41a1f35a4ddf373d2dfd;hp=207d1690840cbb81646449206ef7fa9f88e1bf61;hpb=846fb172db5d5688b98dce24def523f25d8a76ac;p=libsigrok.git diff --git a/hardware/norma-dmm/protocol.c b/hardware/norma-dmm/protocol.c index 207d1690..d5004a18 100644 --- a/hardware/norma-dmm/protocol.c +++ b/hardware/norma-dmm/protocol.c @@ -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);