maynuo-m97: Fix a typo in an error message.
This commit is contained in:
parent
6cc931283d
commit
5af975b587
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue