mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 15:34:57 -04:00
Fix typos in cpp files
This commit is contained in:
@@ -333,7 +333,7 @@ QString M17ModProcessor::formatAPRSPosition()
|
||||
int latDeg, latMin, latFrac, latNorth;
|
||||
int longDeg, longMin, longFrac, longEast;
|
||||
|
||||
// Convert decimal latitude to degrees, min and hundreths of a minute
|
||||
// Convert decimal latitude to degrees, min and hundredths of a minute
|
||||
latNorth = latitude >= 0.0f;
|
||||
latitude = abs(latitude);
|
||||
latDeg = (int) latitude;
|
||||
|
||||
Reference in New Issue
Block a user