1
0
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:
Daniele Forsi
2023-07-23 16:44:42 +02:00
parent 8a38af480f
commit 34aca019e2
24 changed files with 32 additions and 32 deletions
+2 -2
View File
@@ -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;
}
}