1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 16:34:45 -04:00

Fix typos in cpp files

This commit is contained in:
Daniele Forsi
2024-07-10 22:59:13 +02:00
parent e56908b0c6
commit 4241f01376
88 changed files with 156 additions and 156 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ void PacketModGUI::on_insertPosition_clicked()
char latBuf[40];
char longBuf[40];
// 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;