]> sigrok.org Git - libsigrok.git/blobdiff - hardware/motech-lps-30x/api.c
motech-lps-30x: Cleanup.
[libsigrok.git] / hardware / motech-lps-30x / api.c
index bc10702adf4660cecea401fc601d2052e1bd921c..ad0fb3c4212ecc3840dfcf8ce399399f2f5682a6 100644 (file)
@@ -612,7 +612,7 @@ static int config_set(int key, GVariant *data, const struct sr_dev_inst *sdi,
 
        devc = sdi->priv;
 
-       /* Cannot change settings while aquisition active, would cause a mess with commands.
+       /* Cannot change settings while acquisition active, would cause a mess with commands.
         * Changing this would be possible, but tricky. */
        if (devc->acq_running)
                return SR_ERR_NA;