mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
Fix typos in cpp files
This commit is contained in:
@@ -172,7 +172,7 @@ void DFMProtocol::parseLCUResponse(const QString& packet)
|
||||
float el = aa.alt;
|
||||
reportAzEl(az, el);
|
||||
|
||||
// If this is the second LCU packet, we send a commmand
|
||||
// If this is the second LCU packet, we send a command
|
||||
m_packetCnt++;
|
||||
if (m_packetCnt == 2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user