@@ -208,7 +208,7 @@ void aprs_tt_init (struct tt_config_s *p)
208
208
* The complete message is then processed.
209
209
* The touch tone decoder sends $ if no activity
210
210
* for some amount of time, perhaps 5 seconds.
211
- * A partially accumulated messge is discarded if
211
+ * A partially accumulated message is discarded if
212
212
* there is a long gap.
213
213
*
214
214
* '.' means no activity during processing period.
@@ -574,7 +574,7 @@ static int parse_fields (char *msg)
574
574
* Purpose: Expand compact form "macro" to full format then process.
575
575
*
576
576
* Inputs: e - An "entry" extracted from a complete
577
- * APRStt messsage .
577
+ * APRStt message .
578
578
* In this case, it should contain only digits.
579
579
*
580
580
* Returns: 0 for success or one of the TT_ERROR_... codes.
@@ -689,7 +689,7 @@ static int expand_macro (char *e)
689
689
* Purpose: Extract traditional format callsign or object name from touch tone sequence.
690
690
*
691
691
* Inputs: e - An "entry" extracted from a complete
692
- * APRStt messsage .
692
+ * APRStt message .
693
693
* In this case, it should start with "A".
694
694
*
695
695
* Outputs: m_callsign
@@ -845,7 +845,7 @@ static int parse_callsign (char *e)
845
845
* Purpose: Extract object name from touch tone sequence.
846
846
*
847
847
* Inputs: e - An "entry" extracted from a complete
848
- * APRStt messsage .
848
+ * APRStt message .
849
849
* In this case, it should start with "AA".
850
850
*
851
851
* Outputs: m_callsign
@@ -901,7 +901,7 @@ static int parse_object_name (char *e)
901
901
* Purpose: Extract symbol from touch tone sequence.
902
902
*
903
903
* Inputs: e - An "entry" extracted from a complete
904
- * APRStt messsage .
904
+ * APRStt message .
905
905
* In this case, it should start with "AB".
906
906
*
907
907
* Outputs: m_symtab_or_overlay
@@ -995,7 +995,7 @@ static int parse_symbol (char *e)
995
995
* Purpose: Extract QIKcom-2 / APRStt 3 ten digit call or five digit suffix.
996
996
*
997
997
* Inputs: e - An "entry" extracted from a complete
998
- * APRStt messsage .
998
+ * APRStt message .
999
999
* In this case, it should start with "AC".
1000
1000
*
1001
1001
* Outputs: m_callsign
@@ -1073,7 +1073,7 @@ static int parse_aprstt3_call (char *e)
1073
1073
* Purpose: Extract location from touch tone sequence.
1074
1074
*
1075
1075
* Inputs: e - An "entry" extracted from a complete
1076
- * APRStt messsage .
1076
+ * APRStt message .
1077
1077
* In this case, it should start with "B".
1078
1078
*
1079
1079
* Outputs: m_latitude
@@ -1415,7 +1415,7 @@ static int parse_location (char *e)
1415
1415
* defined in the configuration file.
1416
1416
*
1417
1417
* Inputs: e - An "entry" extracted from a complete
1418
- * APRStt messsage .
1418
+ * APRStt message .
1419
1419
* In this case, it should start with "B".
1420
1420
*
1421
1421
* valstrsize - size of the outputs so we can check for buffer overflow.
@@ -1566,7 +1566,7 @@ static int find_ttloc_match (char *e, char *xstr, char *ystr, char *zstr, char *
1566
1566
* Purpose: Extract comment / status or other special information from touch tone message.
1567
1567
*
1568
1568
* Inputs: e - An "entry" extracted from a complete
1569
- * APRStt messsage .
1569
+ * APRStt message .
1570
1570
* In this case, it should start with "C".
1571
1571
*
1572
1572
* Outputs: m_comment
0 commit comments