1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 07:24:44 -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
@@ -115,7 +115,7 @@ bool SDRPlayV3Input::openDevice()
sdrplay_api_UnlockDeviceApi();
if ((err = sdrplay_api_GetDeviceParams(m_dev->dev, &m_devParams)) == sdrplay_api_Success)
{
qDebug() << "SDRPlayV3Input::openDevice: opened sucessfully";
qDebug() << "SDRPlayV3Input::openDevice: opened successfully";
}
else
{