Skip to content

Commit fedfef9

Browse files
authored
Fix spellling (#409)
Fixed with codespell --skip external,symbols*.txt,tocalls.txt,./cmake/* --ignore-words-list clen,convers,dout,feets,fo,inout,ist,ot,parm,pres,ro,siz,usng,xwindows --summary running first with only --write-changes and then adding --interactive=2 Co-authored-by: Daniele Forsi <iu5hkx@gmail.com>
1 parent 031c937 commit fedfef9

18 files changed

+23
-23
lines changed

src/agwlib.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ static void * tnc_listen_thread (void *arg)
365365
}
366366

367367
/*
368-
* Call to/from fields are 10 bytes but contents must not exceeed 9 characters.
368+
* Call to/from fields are 10 bytes but contents must not exceed 9 characters.
369369
* It's not guaranteed that unused bytes will contain 0 so we
370370
* don't issue error message in this case.
371371
*/

src/audio.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1532,7 +1532,7 @@ int audio_flush (int a)
15321532
* (3) Call this function, which might or might not wait long enough.
15331533
* (4) Add (1) and (2) resulting in when PTT should be turned off.
15341534
* (5) Take difference between current time and desired PPT off time
1535-
* and wait for additoinal time if required.
1535+
* and wait for additional time if required.
15361536
*
15371537
*----------------------------------------------------------------*/
15381538

src/audio.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ struct audio_s {
7272

7373
struct adev_param_s {
7474

75-
/* Properites of the sound device. */
75+
/* Properties of the sound device. */
7676

7777
int defined; /* Was device defined? */
7878
/* First one defaults to yes. */
@@ -102,7 +102,7 @@ struct audio_s {
102102
/* This is the probability, in per cent, of randomly corrupting it. */
103103
/* Normally this is 0. 25 would mean corrupt it 25% of the time. */
104104

105-
int recv_error_rate; /* Similar but the % probablity of dropping a received frame. */
105+
int recv_error_rate; /* Similar but the % probability of dropping a received frame. */
106106

107107
float recv_ber; /* Receive Bit Error Rate (BER). */
108108
/* Probability of inverting a bit coming out of the modem. */

src/audio_portaudio.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@ int audio_flush (int a)
12601260
* (3) Call this function, which might or might not wait long enough.
12611261
* (4) Add (1) and (2) resulting in when PTT should be turned off.
12621262
* (5) Take difference between current time and desired PPT off time
1263-
* and wait for additoinal time if required.
1263+
* and wait for additional time if required.
12641264
*
12651265
*----------------------------------------------------------------*/
12661266

src/audio_win.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ static struct audio_s *save_audio_config_p;
8484
*/
8585

8686
/*
87-
* Originally, we had an abitrary buf time of 40 mS.
87+
* Originally, we had an arbitrary buf time of 40 mS.
8888
*
8989
* For mono, the buffer size was rounded up from 3528 to 4k so
9090
* it was really about 50 mS per buffer or about 20 per second.
@@ -1074,7 +1074,7 @@ int audio_flush (int a)
10741074
* (3) Call this function, which might or might not wait long enough.
10751075
* (4) Add (1) and (2) resulting in when PTT should be turned off.
10761076
* (5) Take difference between current time and desired PPT off time
1077-
* and wait for additoinal time if required.
1077+
* and wait for additional time if required.
10781078
*
10791079
*----------------------------------------------------------------*/
10801080

src/ax25_link.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ typedef struct ax25_dlsm_s {
347347
// Sometimes the flow chart has SAT instead of SRT.
348348
// I think that is a typographical error.
349349

350-
float t1v; // How long to wait for an acknowlegement before resending.
350+
float t1v; // How long to wait for an acknowledgement before resending.
351351
// Value used when starting timer T1, in seconds.
352352
// "FRACK" parameter in some implementations.
353353
// Typically it might be 3 seconds after frame has been
@@ -6049,7 +6049,7 @@ static void check_need_for_response (ax25_dlsm_t *S, ax25_frame_type_t frame_typ
60496049
*
60506050
* Outputs: S->srt New smoothed roundtrip time.
60516051
*
6052-
* S->t1v How long to wait for an acknowlegement before resending.
6052+
* S->t1v How long to wait for an acknowledgement before resending.
60536053
* Value used when starting timer T1, in seconds.
60546054
* Here it is dynamically adjusted.
60556055
*

src/config.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5829,7 +5829,7 @@ static int beacon_options(char *cmd, struct beacon_s *b, int line, struct audio_
58295829
/*
58305830
* Process symbol now that we have any later overlay.
58315831
*
5832-
* FIXME: Someone who used this was surprized to end up with Solar Powser (S-).
5832+
* FIXME: Someone who used this was surprised to end up with Solar Powser (S-).
58335833
* overlay=S symbol="/-"
58345834
* We should complain if overlay used with symtab other than \.
58355835
*/

src/decode_aprs.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1375,7 +1375,7 @@ static void aprs_mic_e (decode_aprs_t *A, packet_t pp, unsigned char *info, int
13751375
}
13761376
}
13771377

1378-
/* 6th character of destintation indicates east / west. */
1378+
/* 6th character of destination indicates east / west. */
13791379

13801380
/*
13811381
* Example of apparently invalid encoding. 6th character missing.
@@ -1579,7 +1579,7 @@ static void aprs_mic_e (decode_aprs_t *A, packet_t pp, unsigned char *info, int
15791579
* Purpose: Decode "Message Format."
15801580
* The word message is used loosely all over the place, but it has a very specific meaning here.
15811581
*
1582-
* Inputs: info - Pointer to Information field. Be carefull not to modify it here!
1582+
* Inputs: info - Pointer to Information field. Be careful not to modify it here!
15831583
* ilen - Information field length.
15841584
* quiet - suppress error messages.
15851585
*

src/demod.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ int demod_init (struct audio_s *pa)
832832
*
833833
* Name: demod_get_sample
834834
*
835-
* Purpose: Get one audio sample fromt the specified sound input source.
835+
* Purpose: Get one audio sample from the specified sound input source.
836836
*
837837
* Inputs: a - Index for audio device. 0 = first.
838838
*

src/fsk_demod_state.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ struct demodulator_state_s
367367
// Add a sample to the total when putting it in our array of recent samples.
368368
// Subtract it from the total when it gets pushed off the end.
369369
// We can also eliminate the need to shift them all down by using a circular buffer.
370-
// This only works with integers because float would have cummulated round off errors.
370+
// This only works with integers because float would have cumulated round off errors.
371371

372372
cic_t cic_center1;
373373
cic_t cic_above;

src/igate.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ static int stats_uplink_packets; /* Number of packets passed along to the IGate
328328
/* server after filtering. */
329329

330330
static int stats_uplink_bytes; /* Total number of bytes sent to IGate server */
331-
/* including login, packets, and hearbeats. */
331+
/* including login, packets, and heartbeats. */
332332

333333
static int stats_downlink_bytes; /* Total number of bytes from IGate server including */
334334
/* packets, heartbeats, other messages. */
@@ -1221,7 +1221,7 @@ static void send_packet_to_server (packet_t pp, int chan)
12211221
* Name: send_msg_to_server
12221222
*
12231223
* Purpose: Send something to the IGate server.
1224-
* This one function should be used for login, hearbeats,
1224+
* This one function should be used for login, heartbeats,
12251225
* and packets.
12261226
*
12271227
* Inputs: imsg - Message. We will add CR/LF here.

src/il2p_header.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ packet_t il2p_decode_header_type_1 (unsigned char *hdr, int num_sym_changed)
437437
// However, I have seen cases, where the error rate is very high, where the RS decoder
438438
// thinks it found a valid code block by changing one symbol but it was the wrong one.
439439
// The result is trash. This shows up as address fields like 'R&G4"A' and 'TEW\ !'.
440-
// I added a sanity check here to catch characters other than uppper case letters and digits.
440+
// I added a sanity check here to catch characters other than upper case letters and digits.
441441
// The frame should be rejected in this case. The question is whether to discard it
442442
// silently or print a message so the user can see that something strange is happening?
443443
// My current thinking is that it should be silently ignored if the header has been

src/il2p_payload.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ int il2p_encode_payload (unsigned char *payload, int payload_size, int max_fec,
194194
* Purpose: Extract original data from encoded payload.
195195
*
196196
* Inputs: received Array of bytes. Size is unknown but in practice it
197-
* must not exceeed IL2P_MAX_ENCODED_SIZE.
197+
* must not exceed IL2P_MAX_ENCODED_SIZE.
198198
* payload_size 0 to 1023. (IL2P_MAX_PAYLOAD_SIZE)
199199
* Expected result size based on header.
200200
* max_fec true for 16 parity symbols, false for automatic.

src/server.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1421,7 +1421,7 @@ static THREAD_F cmd_listen_thread (void *arg)
14211421
}
14221422

14231423
/*
1424-
* Call to/from fields are 10 bytes but contents must not exceeed 9 characters.
1424+
* Call to/from fields are 10 bytes but contents must not exceed 9 characters.
14251425
* It's not guaranteed that unused bytes will contain 0 so we
14261426
* don't issue error message in this case.
14271427
*/

src/symbols.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ void symbols_from_dest_or_src (char dti, char *src, char *dest, char *symtab, ch
681681

682682
// The position and object formats all contain a proper symbol and table.
683683
// There doesn't seem to be much reason to have a symbol for something without
684-
// a postion because it would not show up on a map.
684+
// a position because it would not show up on a map.
685685
// This just seems to be a remnant of something used long ago and no longer needed.
686686
// The protocol spec mentions a "MIM tracker" but I can't find any references to it.
687687

src/tt_user.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ static void xmit_object_report (int i, int first_time)
882882
* IGate.
883883
*
884884
* When transmitting over the radio, it gets sent multiple times, to help
885-
* probablity of being heard, with increasing delays between.
885+
* probability of being heard, with increasing delays between.
886886
*
887887
* The other methods are reliable so we only want to send it once.
888888
*/

src/waypoint.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ void waypoint_send_sentence (char *name_in, double dlat, double dlong, char symt
298298
dw_printf ("waypoint_send_sentence (\"%s\", \"%c%c\")\n", name_in, symtab, symbol);
299299
#endif
300300

301-
// Don't waste time if no destintations specified.
301+
// Don't waste time if no destinations specified.
302302

303303
if (s_waypoint_serial_port_fd == MYFDERROR &&
304304
s_waypoint_udp_sock_fd == -1) {

src/xmit.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ static void * xmit_thread (void *arg)
600600
// I don't know if this in some official specification
601601
// somewhere, but it is generally agreed that APRS digipeaters
602602
// should send only one frame at a time rather than
603-
// bunding multiple frames into a single transmission.
603+
// bundling multiple frames into a single transmission.
604604
// Discussion here: http://lists.tapr.org/pipermail/aprssig_lists.tapr.org/2021-September/049034.html
605605
break;
606606

0 commit comments

Comments
 (0)