Skip to content

Commit 6bfd228

Browse files
committed
Fix errors in comments
Errors found with codespell.
1 parent fe6cba2 commit 6bfd228

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+150
-150
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ endif()
131131
# auto include current directory
132132
set(CMAKE_INCLUDE_CURRENT_DIR ON)
133133

134-
# set OS dependant variables
134+
# set OS dependent variables
135135
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
136136
set(LINUX TRUE)
137137

conf/99-direwolf-cmedia.rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# $ ls -l /dev/hidraw*
44
# crw------- 1 root root 247, 0 Sep 24 09:40 /dev/hidraw0
55
#
6-
# An ordinary user, trying to acccess it will be denied.
6+
# An ordinary user, trying to access it will be denied.
77
#
88
# Unnecessarily running applications as root is generally a bad idea because it makes it too easy
99
# to accidentally trash your system. We need to relax the restrictions so ordinary users can use these devices.

external/geotranz/mgrs.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ extern "C" {
236236
* The function Convert_MGRS_To_UPS converts an MGRS coordinate string
237237
* to UPS (hemisphere, easting, and northing) coordinates, according
238238
* to the current ellipsoid parameters. If any errors occur, the error
239-
* code(s) are returned by the function, otherwide UPS_NO_ERROR is returned.
239+
* code(s) are returned by the function, otherwise UPS_NO_ERROR is returned.
240240
*
241241
* MGRS : MGRS coordinate string (input)
242242
* Hemisphere : Hemisphere either 'N' or 'S' (output)

src/agwlib.c

+5-5
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ int agwlib_G_ask_port_information (void)
600600
* Returns: Number of bytes sent for success, -1 for error.
601601
*
602602
* Description: This only starts the sequence and does not wait.
603-
* Success or failue will be indicated sometime later by ?
603+
* Success or failure will be indicated sometime later by ?
604604
*
605605
*--------------------------------------------------------------------*/
606606

@@ -635,7 +635,7 @@ int agwlib_C_connect (int chan, char *call_from, char *call_to)
635635
* Returns: Number of bytes sent for success, -1 for error.
636636
*
637637
* Description: This only starts the sequence and does not wait.
638-
* Success or failue will be indicated sometime later by ?
638+
* Success or failure will be indicated sometime later by ?
639639
*
640640
*--------------------------------------------------------------------*/
641641

@@ -722,13 +722,13 @@ int agwlib_D_send_connected_data (int chan, int pid, char *call_from, char *call
722722
* hand we don't want to get TOO far ahead when transferring a large file.
723723
*
724724
* Before disconnecting from another station, it would be good to know
725-
* that it actually recevied the last message we sent. For this reason,
725+
* that it actually received the last message we sent. For this reason,
726726
* I think it would be good for this to include frames that were
727-
* transmitted but not yet acknowleged. (Even if it was transmitted once,
727+
* transmitted but not yet acknowledged. (Even if it was transmitted once,
728728
* it could still be transmitted again, if lost, so you could say it is
729729
* still waiting for transmission.)
730730
*
731-
* See server.c for a more precise definition of exacly how this is defined.
731+
* See server.c for a more precise definition of exactly how this is defined.
732732
*
733733
*--------------------------------------------------------------------*/
734734

src/ais.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ void ais_to_nmea (unsigned char *ais, int ais_len, char *nmea, int nmea_size)
338338
*
339339
* Name: ais_parse
340340
*
341-
* Purpose: Parse AIS sentence and extract interesing parts.
341+
* Purpose: Parse AIS sentence and extract interesting parts.
342342
*
343343
* Inputs: sentence NMEA sentence.
344344
*
@@ -594,7 +594,7 @@ int ais_parse (char *sentence, int quiet, char *descr, int descr_size, char *mss
594594
*
595595
* Returns: -1 Invalid message type.
596596
* 0 Good length.
597-
* 1 Unexpected lenth.
597+
* 1 Unexpected length.
598598
*
599599
*--------------------------------------------------------------------*/
600600

src/aprs_tt.c

+9-9
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ void aprs_tt_init (struct tt_config_s *p)
208208
* The complete message is then processed.
209209
* The touch tone decoder sends $ if no activity
210210
* for some amount of time, perhaps 5 seconds.
211-
* A partially accumulated messge is discarded if
211+
* A partially accumulated message is discarded if
212212
* there is a long gap.
213213
*
214214
* '.' means no activity during processing period.
@@ -574,7 +574,7 @@ static int parse_fields (char *msg)
574574
* Purpose: Expand compact form "macro" to full format then process.
575575
*
576576
* Inputs: e - An "entry" extracted from a complete
577-
* APRStt messsage.
577+
* APRStt message.
578578
* In this case, it should contain only digits.
579579
*
580580
* Returns: 0 for success or one of the TT_ERROR_... codes.
@@ -689,7 +689,7 @@ static int expand_macro (char *e)
689689
* Purpose: Extract traditional format callsign or object name from touch tone sequence.
690690
*
691691
* Inputs: e - An "entry" extracted from a complete
692-
* APRStt messsage.
692+
* APRStt message.
693693
* In this case, it should start with "A".
694694
*
695695
* Outputs: m_callsign
@@ -845,7 +845,7 @@ static int parse_callsign (char *e)
845845
* Purpose: Extract object name from touch tone sequence.
846846
*
847847
* Inputs: e - An "entry" extracted from a complete
848-
* APRStt messsage.
848+
* APRStt message.
849849
* In this case, it should start with "AA".
850850
*
851851
* Outputs: m_callsign
@@ -901,7 +901,7 @@ static int parse_object_name (char *e)
901901
* Purpose: Extract symbol from touch tone sequence.
902902
*
903903
* Inputs: e - An "entry" extracted from a complete
904-
* APRStt messsage.
904+
* APRStt message.
905905
* In this case, it should start with "AB".
906906
*
907907
* Outputs: m_symtab_or_overlay
@@ -995,7 +995,7 @@ static int parse_symbol (char *e)
995995
* Purpose: Extract QIKcom-2 / APRStt 3 ten digit call or five digit suffix.
996996
*
997997
* Inputs: e - An "entry" extracted from a complete
998-
* APRStt messsage.
998+
* APRStt message.
999999
* In this case, it should start with "AC".
10001000
*
10011001
* Outputs: m_callsign
@@ -1073,7 +1073,7 @@ static int parse_aprstt3_call (char *e)
10731073
* Purpose: Extract location from touch tone sequence.
10741074
*
10751075
* Inputs: e - An "entry" extracted from a complete
1076-
* APRStt messsage.
1076+
* APRStt message.
10771077
* In this case, it should start with "B".
10781078
*
10791079
* Outputs: m_latitude
@@ -1415,7 +1415,7 @@ static int parse_location (char *e)
14151415
* defined in the configuration file.
14161416
*
14171417
* Inputs: e - An "entry" extracted from a complete
1418-
* APRStt messsage.
1418+
* APRStt message.
14191419
* In this case, it should start with "B".
14201420
*
14211421
* 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 *
15661566
* Purpose: Extract comment / status or other special information from touch tone message.
15671567
*
15681568
* Inputs: e - An "entry" extracted from a complete
1569-
* APRStt messsage.
1569+
* APRStt message.
15701570
* In this case, it should start with "C".
15711571
*
15721572
* Outputs: m_comment

src/aprs_tt.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ struct tt_config_s {
123123
int obj_recv_chan; /* Channel to listen for tones. */
124124

125125
int obj_xmit_chan; /* Channel to transmit object report. */
126-
/* -1 for none. This could happpen if we */
126+
/* -1 for none. This could happen if we */
127127
/* are only sending to application */
128128
/* and/or IGate. */
129129

src/atest.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
*
2626
* Purpose: Test fixture for the AFSK demodulator.
2727
*
28-
* Inputs: Takes audio from a .WAV file insted of the audio device.
28+
* Inputs: Takes audio from a .WAV file instead of the audio device.
2929
*
3030
* Description: This can be used to test the AFSK demodulator under
31-
* controlled and reproducable conditions for tweaking.
31+
* controlled and reproducible conditions for tweaking.
3232
*
3333
* For example
3434
*

src/audio.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ static int calcbufsize(int rate, int chans, int bits)
201201
* more restrictive in its capabilities.
202202
* It might say, the best I can do is mono, 8 bit, 8000/sec.
203203
*
204-
* The sofware modem must use this ACTUAL information
204+
* The software modem must use this ACTUAL information
205205
* that the device is supplying, that could be different
206206
* than what the user specified.
207207
*
@@ -769,7 +769,7 @@ static int set_oss_params (int a, int fd, struct audio_s *pa)
769769
* This was long ago under different conditions.
770770
* Should study this again some day.
771771
*
772-
* Your milage may vary.
772+
* Your mileage may vary.
773773
*/
774774
err = ioctl (fd, SNDCTL_DSP_GETBLKSIZE, &ossbuf_size_in_bytes);
775775
if (err == -1) {

src/audio.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ struct audio_s {
158158

159159
enum v26_e { V26_UNSPECIFIED=0, V26_A, V26_B } v26_alternative;
160160

161-
// Original implementaion used alternative A for 2400 bbps PSK.
161+
// Original implementation used alternative A for 2400 bbps PSK.
162162
// Years later, we discover that MFJ-2400 used alternative B.
163163
// It's likely the others did too. it also works a little better.
164164
// Default to MFJ compatible and print warning if user did not
@@ -261,7 +261,7 @@ struct audio_s {
261261
#define MAX_GPIO_NAME_LEN 20 // 12 would cover any case I've seen so this should be safe
262262

263263
char out_gpio_name[MAX_GPIO_NAME_LEN];
264-
/* orginally, gpio number NN was assumed to simply */
264+
/* originally, gpio number NN was assumed to simply */
265265
/* have the name gpioNN but this turned out not to be */
266266
/* the case for CubieBoard where it was longer. */
267267
/* This is filled in by ptt_init so we don't have to */
@@ -298,7 +298,7 @@ struct audio_s {
298298
int in_gpio_num; /* GPIO number */
299299

300300
char in_gpio_name[MAX_GPIO_NAME_LEN];
301-
/* orginally, gpio number NN was assumed to simply */
301+
/* originally, gpio number NN was assumed to simply */
302302
/* have the name gpioNN but this turned out not to be */
303303
/* the case for CubieBoard where it was longer. */
304304
/* This is filled in by ptt_init so we don't have to */
@@ -312,7 +312,7 @@ struct audio_s {
312312
int dwait; /* First wait extra time for receiver squelch. */
313313
/* Default 0 units of 10 mS each . */
314314

315-
int slottime; /* Slot time in 10 mS units for persistance algorithm. */
315+
int slottime; /* Slot time in 10 mS units for persistence algorithm. */
316316
/* Typical value is 10 meaning 100 milliseconds. */
317317

318318
int persist; /* Sets probability for transmitting after each */

src/audio_portaudio.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ static int calcbufsize(int rate, int chans, int bits)
156156
* the same device name for more then one connected device
157157
* (ie two SignaLinks). Appending a Portaudio device index to the
158158
* the device name ensure we can find the correct one. And if it's not
159-
* available return the first occurence that matches the device name.
159+
* available return the first occurrence that matches the device name.
160160
*----------------------------------------------------------------*/
161161
static int searchPADevice(struct adev_s *dev, char *_devName, int reqDeviceNo, int io_flag)
162162
{
@@ -513,7 +513,7 @@ static int paOutput16CB( const void *inputBuffer, void *outputBuffer,
513513
* more restrictive in its capabilities.
514514
* It might say, the best I can do is mono, 8 bit, 8000/sec.
515515
*
516-
* The sofware modem must use this ACTUAL information
516+
* The software modem must use this ACTUAL information
517517
* that the device is supplying, that could be different
518518
* than what the user specified.
519519
*

src/audio_win.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ static struct adev_s {
209209
* more restrictive in its capabilities.
210210
* It might say, the best I can do is mono, 8 bit, 8000/sec.
211211
*
212-
* The sofware modem must use this ACTUAL information
212+
* The software modem must use this ACTUAL information
213213
* that the device is supplying, that could be different
214214
* than what the user specified.
215215
*
@@ -921,7 +921,7 @@ int audio_get (int a)
921921
* c - One byte in range of 0 - 255.
922922
*
923923
*
924-
* Global In: out_current - index of output buffer currenly being filled.
924+
* Global In: out_current - index of output buffer currently being filled.
925925
*
926926
* Returns: Normally non-negative.
927927
* -1 for any type of error.

0 commit comments

Comments
 (0)