From: Uwe Hermann Date: Sat, 5 Mar 2016 17:51:39 +0000 (+0100) Subject: maynuo-m97: Fix a typo in an error message. X-Git-Tag: libsigrok-0.5.0~556 X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=5af975b58773cf9deb22ae904b996c6db830b2db;p=libsigrok.git maynuo-m97: Fix a typo in an error message. --- 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; }