From ede1b035280ece80066801399376f117245cb705 Mon Sep 17 00:00:00 2001 From: Daniele Forsi Date: Sun, 22 May 2022 11:53:14 +0200 Subject: [PATCH] Fix typing errors in readme's These are errors that codespell doesn't fix automatically because there is more than one fix. The following command now gives an empty list of possible fixes, as expected: find . -name '*.md' -exec codespell --ignore-words-list=cach,doas,ehr,hist,inout,lits,nd,ot,verry --write-changes --summary {} \+ --- plugins/channelrx/demodais/readme.md | 2 +- plugins/channelrx/demodvormc/readme.md | 2 +- plugins/feature/vorlocalizer/readme.md | 2 +- plugins/samplemimo/bladerf2mimo/readme.md | 2 +- plugins/samplesource/limesdrinput/readme.md | 4 ++-- plugins/samplesource/xtrxinput/readme.md | 4 ++-- sdrgui/readme.md | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/plugins/channelrx/demodais/readme.md b/plugins/channelrx/demodais/readme.md index e160a3541..674a7a80d 100644 --- a/plugins/channelrx/demodais/readme.md +++ b/plugins/channelrx/demodais/readme.md @@ -68,7 +68,7 @@ UDP port number to forward received messages to.

12: UDP format

-The format the messages are forwared via UDP in. This can be either binary (which is useful for SDRangel's PERTester feature) or NMEA (which is useful for 3rd party applications such as OpenCPN). +The format the messages are forwarded via UDP in. This can be either binary (which is useful for SDRangel's PERTester feature) or NMEA (which is useful for 3rd party applications such as OpenCPN).

13: Start/stop Logging Messages to .csv File

diff --git a/plugins/channelrx/demodvormc/readme.md b/plugins/channelrx/demodvormc/readme.md index 3053da335..4ab3aa259 100644 --- a/plugins/channelrx/demodvormc/readme.md +++ b/plugins/channelrx/demodvormc/readme.md @@ -42,7 +42,7 @@ Pressing this button downloads the OpenAIP.net Navaid database, which contains t

5: Draw Radials Adjusted for Magnetic Declination

-When checked, radials on the map will drawn adjusted for magnetic declination. For example, if a VOR has a magnetic declination of 5 degrees, and the radial is calculated at 0 degrees, the radial will be drawn to magnetic North, i.e. -5 degress from true North. If not checked, the same radial would be drawn to true North (i.e 0 degrees), which may result in a less accurate position estimate. +When checked, radials on the map will drawn adjusted for magnetic declination. For example, if a VOR has a magnetic declination of 5 degrees, and the radial is calculated at 0 degrees, the radial will be drawn to magnetic North, i.e. -5 degrees from true North. If not checked, the same radial would be drawn to true North (i.e 0 degrees), which may result in a less accurate position estimate.

6: Morse ident threshold

diff --git a/plugins/feature/vorlocalizer/readme.md b/plugins/feature/vorlocalizer/readme.md index f4f4fc18a..15fe66557 100644 --- a/plugins/feature/vorlocalizer/readme.md +++ b/plugins/feature/vorlocalizer/readme.md @@ -27,7 +27,7 @@ Pressing this button downloads the OpenAIP.net Navaid database, which contains t

3: Draw Radials Adjusted for Magnetic Declination

-When checked, radials on the map will drawn adjusted for magnetic declination. For example, if a VOR has a magnetic declination of 5 degrees, and the radial is calculated at 0 degrees, the radial will be drawn to magnetic North, i.e. -5 degress from true North. If not checked, the same radial would be drawn to true North (i.e 0 degrees), which may result in a less accurate position estimate. +When checked, radials on the map will drawn adjusted for magnetic declination. For example, if a VOR has a magnetic declination of 5 degrees, and the radial is calculated at 0 degrees, the radial will be drawn to magnetic North, i.e. -5 degrees from true North. If not checked, the same radial would be drawn to true North (i.e 0 degrees), which may result in a less accurate position estimate.

4: Round robin turn time

diff --git a/plugins/samplemimo/bladerf2mimo/readme.md b/plugins/samplemimo/bladerf2mimo/readme.md index f8dc2c303..517246477 100644 --- a/plugins/samplemimo/bladerf2mimo/readme.md +++ b/plugins/samplemimo/bladerf2mimo/readme.md @@ -104,7 +104,7 @@ With SR as the sample rate before decimation Fc is calculated as: For Rx streams the I/Q stream from the BladeRF ADC is downsampled by a power of two before being sent to the passband. -For Tx strams the baseband stream is interpolated by this value before being sent to the BladeRF device. +For Tx streams the baseband stream is interpolated by this value before being sent to the BladeRF device. Possible values are increasing powers of two: 1 (no decimation or interpolation), 2, 4, 8, 16, 32, 64. diff --git a/plugins/samplesource/limesdrinput/readme.md b/plugins/samplesource/limesdrinput/readme.md index 9c86f4687..ba80b268a 100644 --- a/plugins/samplesource/limesdrinput/readme.md +++ b/plugins/samplesource/limesdrinput/readme.md @@ -161,7 +161,7 @@ Use this button to adjust the global gain of the LNA, TIA and PGA. LimeSuite sof

8.3: LNA manual gain

-Use this button to adjust the gain of tha LNA when manual gain mode is set (8.1). Gain can be set between 1 and 30 dB in 1 dB steps. However the hardware has 3 dB steps for the lower gain values so increasing or decreasing by one step does not always produce a change. The value in dB appears at the right of the button. +Use this button to adjust the gain of the LNA when manual gain mode is set (8.1). Gain can be set between 1 and 30 dB in 1 dB steps. However the hardware has 3 dB steps for the lower gain values so increasing or decreasing by one step does not always produce a change. The value in dB appears at the right of the button.

8.4: TIA manual gain

@@ -169,7 +169,7 @@ Use this combo to select the TIA gain in dB when manual gain mode is set (8.1).

8.5: PGA manual gain

-Use this button to adjust the gain of tha PGA when manual gain mode is set (8.1). Gain can be set between 0 and 32 dB in 1 dB steps. The value in dB appears at the right of the button. +Use this button to adjust the gain of the PGA when manual gain mode is set (8.1). Gain can be set between 0 and 32 dB in 1 dB steps. The value in dB appears at the right of the button.

9: Antenna select

diff --git a/plugins/samplesource/xtrxinput/readme.md b/plugins/samplesource/xtrxinput/readme.md index b82329800..a3fc80942 100644 --- a/plugins/samplesource/xtrxinput/readme.md +++ b/plugins/samplesource/xtrxinput/readme.md @@ -179,7 +179,7 @@ Use this button to adjust the global gain of the LNA, TIA and PGA. LimeSuite sof

8.3: LNA manual gain

-Use this button to adjust the gain of tha LNA when manual gain mode is set (9.1). Gain can be set between 1 and 30 dB in 1 dB steps. However the hardware has 3 dB steps for the lower gain values so increasing or decreasing by one step does not always produce a change. The value in dB appears at the right of the button. +Use this button to adjust the gain of the LNA when manual gain mode is set (9.1). Gain can be set between 1 and 30 dB in 1 dB steps. However the hardware has 3 dB steps for the lower gain values so increasing or decreasing by one step does not always produce a change. The value in dB appears at the right of the button.

8.4: TIA manual gain

@@ -187,7 +187,7 @@ Use this combo to select the TIA gain in dB when manual gain mode is set (9.1).

8.5: PGA manual gain

-Use this button to adjust the gain of tha PGA when manual gain mode is set (9.1). Gain can be set between 0 and 32 dB in 1 dB steps. The value in dB appears at the right of the button. +Use this button to adjust the gain of the PGA when manual gain mode is set (9.1). Gain can be set between 0 and 32 dB in 1 dB steps. The value in dB appears at the right of the button.

9: Antenna select

diff --git a/sdrgui/readme.md b/sdrgui/readme.md index d304790bd..53bcf9a2a 100644 --- a/sdrgui/readme.md +++ b/sdrgui/readme.md @@ -53,7 +53,7 @@ The workspace has a top bar with the following controls:

1.1: Workspace index

-Shows the index of the workspaces in the list of workspaces as a "W" followd by the index. +Shows the index of the workspaces in the list of workspaces as a "W" followed by the index.

1.2: Create new receiver