@@ -212,7 +212,7 @@ void aprs_tt_init (struct tt_config_s *p, int debug)
212
212
* The complete message is then processed.
213
213
* The touch tone decoder sends $ if no activity
214
214
* for some amount of time, perhaps 5 seconds.
215
- * A partially accumulated messge is discarded if
215
+ * A partially accumulated message is discarded if
216
216
* there is a long gap.
217
217
*
218
218
* '.' means no activity during processing period.
@@ -590,7 +590,7 @@ static int parse_fields (char *msg)
590
590
* Purpose: Expand compact form "macro" to full format then process.
591
591
*
592
592
* Inputs: e - An "entry" extracted from a complete
593
- * APRStt messsage .
593
+ * APRStt message .
594
594
* In this case, it should contain only digits.
595
595
*
596
596
* Returns: 0 for success or one of the TT_ERROR_... codes.
@@ -705,7 +705,7 @@ static int expand_macro (char *e)
705
705
* Purpose: Extract traditional format callsign or object name from touch tone sequence.
706
706
*
707
707
* Inputs: e - An "entry" extracted from a complete
708
- * APRStt messsage .
708
+ * APRStt message .
709
709
* In this case, it should start with "A" then a digit.
710
710
*
711
711
* Outputs: m_callsign
@@ -888,7 +888,7 @@ static int parse_callsign (char *e)
888
888
* Purpose: Extract object name from touch tone sequence.
889
889
*
890
890
* Inputs: e - An "entry" extracted from a complete
891
- * APRStt messsage .
891
+ * APRStt message .
892
892
* In this case, it should start with "AA".
893
893
*
894
894
* Outputs: m_callsign
@@ -950,7 +950,7 @@ static int parse_object_name (char *e)
950
950
* Purpose: Extract symbol from touch tone sequence.
951
951
*
952
952
* Inputs: e - An "entry" extracted from a complete
953
- * APRStt messsage .
953
+ * APRStt message .
954
954
* In this case, it should start with "AB".
955
955
*
956
956
* Outputs: m_symtab_or_overlay
@@ -1064,7 +1064,7 @@ static int parse_symbol (char *e)
1064
1064
* Purpose: Extract QIKcom-2 / APRStt 3 ten digit call or five digit suffix.
1065
1065
*
1066
1066
* Inputs: e - An "entry" extracted from a complete
1067
- * APRStt messsage .
1067
+ * APRStt message .
1068
1068
* In this case, it should start with "AC".
1069
1069
*
1070
1070
* Outputs: m_callsign
@@ -1147,7 +1147,7 @@ static int parse_aprstt3_call (char *e)
1147
1147
* Purpose: Extract location from touch tone sequence.
1148
1148
*
1149
1149
* Inputs: e - An "entry" extracted from a complete
1150
- * APRStt messsage .
1150
+ * APRStt message .
1151
1151
* In this case, it should start with "B".
1152
1152
*
1153
1153
* Outputs: m_latitude
@@ -1494,7 +1494,7 @@ static int parse_location (char *e)
1494
1494
* defined in the configuration file.
1495
1495
*
1496
1496
* Inputs: e - An "entry" extracted from a complete
1497
- * APRStt messsage .
1497
+ * APRStt message .
1498
1498
* In this case, it should start with "B".
1499
1499
*
1500
1500
* valstrsize - size of the outputs so we can check for buffer overflow.
@@ -1645,7 +1645,7 @@ static int find_ttloc_match (char *e, char *xstr, char *ystr, char *zstr, char *
1645
1645
* Purpose: Extract comment / status or other special information from touch tone message.
1646
1646
*
1647
1647
* Inputs: e - An "entry" extracted from a complete
1648
- * APRStt messsage .
1648
+ * APRStt message .
1649
1649
* In this case, it should start with "C".
1650
1650
*
1651
1651
* Outputs: m_comment
0 commit comments