]> sigrok.org Git - libsigrok.git/commitdiff
maynuo-m97: Fix a typo in an error message.
authorUwe Hermann <redacted>
Sat, 5 Mar 2016 17:51:39 +0000 (18:51 +0100)
committerUwe Hermann <redacted>
Sat, 5 Mar 2016 17:51:39 +0000 (18:51 +0100)
src/hardware/maynuo-m97/api.c

index 919cb862a36c9bec15754f3509ba741b85f284c1..b2f7e11fa2da57c79eeb334ba1f3f8bcb845e09f 100644 (file)
@@ -135,7 +135,7 @@ static struct sr_dev_inst *probe_device(struct sr_modbus_dev_inst *modbus)
                        break;
                }
        if (model == NULL) {
-               sr_err("Unkown model: %d.", id);
+               sr_err("Unknown model: %d.", id);
                return NULL;
        }