mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-26 12:04:13 -04:00
Fix typos in cpp files
This commit is contained in:
@@ -471,7 +471,7 @@ void DSCMessage::decode(const QByteArray& data)
|
||||
}
|
||||
else if (m_formatSpecifier == GEOGRAPHIC_CALL)
|
||||
{
|
||||
// Address definines a geographic rectangle. We have NW coord + 2 angles
|
||||
// Address defines a geographic rectangle. We have NW coord + 2 angles
|
||||
QChar azimuthSector = m_address[0];
|
||||
m_addressLatitude = m_address[1].digitValue() * 10 + m_address[2].digitValue(); // In degrees
|
||||
m_addressLongitude = m_address[3].digitValue() * 100 + m_address[4].digitValue() * 10 + m_address[5].digitValue(); // In degrees
|
||||
|
||||
Reference in New Issue
Block a user