]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok.h
Fix 'aquisition' typo in a few places.
[libsigrok.git] / libsigrok.h
index 810276c1c650e1c3da75c3ab653abb50364b9608..21468c875a2dac2828dc59a28e128d8ce0d63e7a 100644 (file)
@@ -1011,10 +1011,10 @@ struct sr_dev_driver {
        int (*dev_open) (struct sr_dev_inst *sdi);
        /** Close device */
        int (*dev_close) (struct sr_dev_inst *sdi);
-       /** Begin data aquisition on the specified device. */
+       /** Begin data acquisition on the specified device. */
        int (*dev_acquisition_start) (const struct sr_dev_inst *sdi,
                        void *cb_data);
-       /** End data aquisition on the specified device. */
+       /** End data acquisition on the specified device. */
        int (*dev_acquisition_stop) (struct sr_dev_inst *sdi,
                        void *cb_data);