@@ -249,7 +249,7 @@ static int t_ndp (char *str)
249
249
* KB1GKN-10>APRX27,UNCAN,WIDE1*:T#491,4.9,0.3,25.0,0.0,1.0,00000000
250
250
*
251
251
* Not integers. Not fixed width fields.
252
- * We will accept these but issue a warning that others might not.
252
+ * We will accept these but issue a warning that others might not.
253
253
*
254
254
*--------------------------------------------------------------------*/
255
255
@@ -393,7 +393,7 @@ void telemetry_data_original (char *station, char *info, int quiet, char *output
393
393
* Description: We are expecting from 2 to 7 pairs of base 91 digits.
394
394
* The first pair is the sequence number.
395
395
* Next we have 1 to 5 analog values.
396
- * If digital values are present, all 5 analog values must be present.
396
+ * If digital values are present, all 5 analog values must be present.
397
397
*
398
398
*--------------------------------------------------------------------*/
399
399
@@ -513,7 +513,7 @@ void telemetry_data_base91 (char *station, char *cdata, char *output)
513
513
* Outputs: Stored for future use when data values are received.
514
514
*
515
515
* Description: The first 5 characters of the message are "PARM." and the
516
- * rest is a variable length list of comma separated names.
516
+ * rest is a variable length list of comma separated names.
517
517
*
518
518
* The original spec has different maximum lengths for different
519
519
* fields which we will ignore.
@@ -586,7 +586,7 @@ void telemetry_name_message (char *station, char *msg)
586
586
* Outputs: Stored for future use when data values are received.
587
587
*
588
588
* Description: The first 5 characters of the message are "UNIT." and the
589
- * rest is a variable length list of comma separated units/labels.
589
+ * rest is a variable length list of comma separated units/labels.
590
590
*
591
591
* The original spec has different maximum lengths for different
592
592
* fields which we will ignore.
@@ -657,7 +657,7 @@ void telemetry_unit_label_message (char *station, char *msg)
657
657
* Outputs: Stored for future use when data values are received.
658
658
*
659
659
* Description: The first 5 characters of the message are "EQNS." and the
660
- * rest is a comma separated list of 15 floating point values.
660
+ * rest is a comma separated list of 15 floating point values.
661
661
*
662
662
* The spec appears to require all 15 so we will issue an
663
663
* error if fewer found.
@@ -831,7 +831,7 @@ void telemetry_bit_sense_message (char *station, char *msg, int quiet)
831
831
* Outputs: output - Decoded telemetry in human readable format.
832
832
*
833
833
* Description: Process raw data according to any metadata available
834
- * and put into human readable form.
834
+ * and put into human readable form.
835
835
*
836
836
*--------------------------------------------------------------------*/
837
837
0 commit comments