mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 08:24:43 -04:00
Fix typos in cpp files
This commit is contained in:
@@ -138,7 +138,7 @@ void TestFT8Protocols::testMsg1(const QStringList& argElements, bool runLDPC)
|
||||
if (runLDPC)
|
||||
{
|
||||
if (testLDPC(a77)) {
|
||||
qInfo("TestFT8Protocols::testMsg1: LDPC test suceeded");
|
||||
qInfo("TestFT8Protocols::testMsg1: LDPC test succeeded");
|
||||
} else {
|
||||
qWarning("TestFT8Protocols::testMsg1: LDPC test failed");
|
||||
}
|
||||
@@ -169,7 +169,7 @@ void TestFT8Protocols::testMsg00(const QStringList& argElements, bool runLDPC)
|
||||
if (runLDPC)
|
||||
{
|
||||
if (testLDPC(a77)) {
|
||||
qInfo("TestFT8Protocols::testMsg00: LDPC test suceeded");
|
||||
qInfo("TestFT8Protocols::testMsg00: LDPC test succeeded");
|
||||
} else {
|
||||
qWarning("TestFT8Protocols::testMsg00: LDPC test failed");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user