X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fmotech-lps-30x%2Fapi.c;h=ad0fb3c4212ecc3840dfcf8ce399399f2f5682a6;hb=fb336bf9e509693f460cfcdf16d106ba690734c8;hp=bc10702adf4660cecea401fc601d2052e1bd921c;hpb=1f7da0c2bbc096cdc5750f47e084ced8c7ce6e48;p=libsigrok.git diff --git a/hardware/motech-lps-30x/api.c b/hardware/motech-lps-30x/api.c index bc10702a..ad0fb3c4 100644 --- a/hardware/motech-lps-30x/api.c +++ b/hardware/motech-lps-30x/api.c @@ -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;