@@ -125,7 +125,7 @@ static int set_norm_position (char symtab, char symbol, double dlat, double dlon
125
125
* height - Feet.
126
126
* gain - dBi.
127
127
*
128
- * course - Degress , 0 - 360 (360 equiv. to 0).
128
+ * course - Degrees , 0 - 360 (360 equiv. to 0).
129
129
* Use G_UNKNOWN for none or unknown.
130
130
* speed - knots.
131
131
*
@@ -343,7 +343,7 @@ static int phg_data_extension (int power, int height, int gain, char *dir, char
343
343
*
344
344
* Purpose: Fill in parts of the course & speed data extension.
345
345
*
346
- * Inputs: course - Degress , 0 - 360 (360 equiv. to 0).
346
+ * Inputs: course - Degrees , 0 - 360 (360 equiv. to 0).
347
347
* Use G_UNKNOWN for none or unknown.
348
348
*
349
349
* speed - knots.
@@ -494,7 +494,7 @@ static int frequency_spec (float freq, float tone, float offset, char *presult)
494
494
* gain - dB. Not clear if it is dBi or dBd.
495
495
* dir - Directivity: N, NE, etc., omni.
496
496
*
497
- * course - Degress , 0 - 360 (360 equiv. to 0).
497
+ * course - Degrees , 0 - 360 (360 equiv. to 0).
498
498
* Use G_UNKNOWN for none or unknown.
499
499
* speed - knots. // TODO: should distinguish unknown(not revevant) vs. known zero.
500
500
*
@@ -636,7 +636,7 @@ int encode_position (int messaging, int compressed, double lat, double lon, int
636
636
* gain - dB. Not clear if it is dBi or dBd.
637
637
* dir - Direction: N, NE, etc., omni.
638
638
*
639
- * course - Degress , 0 - 360 (360 equiv. to 0).
639
+ * course - Degrees , 0 - 360 (360 equiv. to 0).
640
640
* Use G_UNKNOWN for none or unknown.
641
641
* speed - knots.
642
642
*
0 commit comments