upektc: Fix a typo
This commit is contained in:
parent
6361c208bd
commit
252180e088
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ static void capture_read_data_cb(struct libusb_transfer *transfer)
|
|||
fpi_ssm_mark_completed(ssm);
|
||||
break;
|
||||
default:
|
||||
fp_err("Uknown response!\n");
|
||||
fp_err("Unknown response!\n");
|
||||
fpi_ssm_mark_failed(ssm, -EIO);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue