Fix typo in still in use error message

This commit is contained in:
Dominic Spill
2018-12-18 14:42:41 -07:00
parent 74ef45a0dd
commit 847d00d770

View File

@ -1736,7 +1736,7 @@ const char* ADDCALL hackrf_error_name(enum hackrf_error errcode)
return "feature not supported by installed firmware";
case HACKRF_ERROR_NOT_LAST_DEVICE:
return "some hackrf is sill in use";
return "one or more HackRFs still in use";
case HACKRF_ERROR_OTHER:
return "unspecified error";