Skip to content

Commit

Permalink
fix typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
xgzeng authored and IgnasJ committed Jul 7, 2018
1 parent a4bb6df commit d4eef68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/API/lms7_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ API_EXPORT int CALL_CONV LMS_Close(lms_device_t * device)

API_EXPORT int CALL_CONV LMS_Disconnect(lms_device_t *device)
{
lime::warning("LMS_Disconnect() deprecated: closing connection without closing device is no longer supporeted\nuse LMS_Close() to disconnect and close device");
lime::warning("LMS_Disconnect() deprecated: closing connection without closing device is no longer supported\nuse LMS_Close() to disconnect and close device");
if (device == nullptr)
{
lime::ReportError(EINVAL, "Device cannot be NULL.");
Expand Down

0 comments on commit d4eef68

Please sign in to comment.