mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-03 05:55:18 +01:00
Fix typo in still in use error message
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user