X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fmaynuo-m97%2Fapi.c;h=b2f7e11fa2da57c79eeb334ba1f3f8bcb845e09f;hb=5af975b58773cf9deb22ae904b996c6db830b2db;hp=919cb862a36c9bec15754f3509ba741b85f284c1;hpb=6cc931283d952be755c02db84044ce1f95e8426d;p=libsigrok.git diff --git a/src/hardware/maynuo-m97/api.c b/src/hardware/maynuo-m97/api.c index 919cb862..b2f7e11f 100644 --- a/src/hardware/maynuo-m97/api.c +++ b/src/hardware/maynuo-m97/api.c @@ -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; }