mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Fix spelling in strings
This commit is contained in:
@@ -2788,7 +2788,7 @@ int WebAPIAdapter::devicesetChannelSettingsGet(
|
||||
}
|
||||
else
|
||||
{
|
||||
*error.getMessage() = QString("Ther is no channel with index %1").arg(channelIndex);
|
||||
*error.getMessage() = QString("There is no channel with index %1").arg(channelIndex);
|
||||
return 404;
|
||||
}
|
||||
|
||||
@@ -2800,7 +2800,7 @@ int WebAPIAdapter::devicesetChannelSettingsGet(
|
||||
}
|
||||
else
|
||||
{
|
||||
*error.getMessage() = QString("Ther is no channel with index %1").arg(channelIndex);
|
||||
*error.getMessage() = QString("There is no channel with index %1").arg(channelIndex);
|
||||
return 404;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user