maynuo-m97: Fix a typo in an error message.

This commit is contained in:
Uwe Hermann 2016-03-05 18:51:39 +01:00
parent 6cc931283d
commit 5af975b587
1 changed files with 1 additions and 1 deletions

View 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;
}