1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-25 09:18:54 -05:00

Fix more typos

This commit is contained in:
Daniele Forsi 2024-06-23 12:43:22 +02:00
parent c6526aae49
commit 4bef2355dd
29 changed files with 48 additions and 48 deletions

View File

@ -80,7 +80,7 @@ AudioCATSISOSettings:
description: Tx volume in dB usually negative description: Tx volume in dB usually negative
catSpeedIndex: catSpeedIndex:
type: integer type: integer
descriptoion: > description: >
CAT serial link baud rate CAT serial link baud rate
* 0 - 1200 * 0 - 1200
* 1 - 2400 * 1 - 2400
@ -99,7 +99,7 @@ AudioCATSISOSettings:
catStopBitsIndex: catStopBitsIndex:
type: integer type: integer
description: > description: >
CAT serial linkj stop bits CAT serial link stop bits
* 0 - 1 (default) * 0 - 1 (default)
* 1 - 2 * 1 - 2
catHandshakeIndex: catHandshakeIndex:
@ -112,7 +112,7 @@ AudioCATSISOSettings:
catPTTMethodIndex: catPTTMethodIndex:
type: integer type: integer
description: > description: >
CAT PTT metgod CAT PTT method
* 0 - PTT (default) * 0 - PTT (default)
* 1 - DTR * 1 - DTR
* 2 - RTS * 2 - RTS

View File

@ -13,7 +13,7 @@ Command:
description: Qt::Key description: Qt::Key
type: integer type: integer
keyModifiers: keyModifiers:
sdescription: Qt::KeyboardModifiers description: Qt::KeyboardModifiers
type: integer type: integer
associateKey: associateKey:
description: boolean description: boolean

View File

@ -12,7 +12,7 @@ DATVDemodSettings:
standard: standard:
type: integer type: integer
description: > description: >
DVB bersion (see DATVDemodSettings::dvb_version) DVB version (see DATVDemodSettings::dvb_version)
* 0 - DVB-S * 0 - DVB-S
* 1 - DVB-S2 * 1 - DVB-S2
modulation: modulation:
@ -46,7 +46,7 @@ DATVDemodSettings:
* 11 - 2/5 * 11 - 2/5
* 12 - 3/5 * 12 - 3/5
softLDPC: softLDPC:
description: (boolean) engage sodt LDPC with LDPC tool sub processes (Linux only) description: (boolean) engage soft LDPC with LDPC tool sub processes (Linux only)
type: integer type: integer
softLDPCToolPath: softLDPCToolPath:
description: O/S path to the LDPC tool binary description: O/S path to the LDPC tool binary
@ -74,7 +74,7 @@ DATVDemodSettings:
type: integer type: integer
filter: filter:
description: > description: >
Type of sumbol filtering (see DATVDemodSettings::dvb_sampler) Type of symbol filtering (see DATVDemodSettings::dvb_sampler)
* 0 - Nearest * 0 - Nearest
* 1 - Linear * 1 - Linear
* 2 - Root Raised Cosine * 2 - Root Raised Cosine

View File

@ -31,7 +31,7 @@ FileSinkSettings:
squelchRecordingEnable: squelchRecordingEnable:
type: integer type: integer
description: > description: >
Automatic recording triggered by spectrum squalch Automatic recording triggered by spectrum squelch
* 0 - disabled * 0 - disabled
* 1 - enabled * 1 - enabled
streamIndex: streamIndex:

View File

@ -106,7 +106,7 @@ IEEE_802_15_4_ModSettings:
beta: beta:
type: number type: number
format: float format: float
description: Pulse shapint filter beta factor description: Pulse shaping filter beta factor
symbolSpan: symbolSpan:
type: integer type: integer
udpEnabled: udpEnabled:

View File

@ -150,7 +150,7 @@ LimeRFEActions:
* 1 - Tx * 1 - Tx
deviceSetIndex: deviceSetIndex:
type: integer type: integer
dexcription: Index of device set to synchronize switch with description: Index of device set to synchronize switch with
switchChannel: switchChannel:
type: integer type: integer
description: > description: >

View File

@ -23,10 +23,10 @@ MorseDecoderSettings:
* 0 - do not send * 0 - do not send
udpAddress: udpAddress:
type: string type: string
description: Address to semd text via UDP description: Address to send text via UDP
udpPort: udpPort:
type: integer type: integer
description: Port to semd text via UDP description: Port to send text via UDP
logFiledName: logFiledName:
type: string type: string
description: File to log the decoded text to description: File to log the decoded text to

View File

@ -14,7 +14,7 @@ RemoteInputSettings:
multicastJoin: multicastJoin:
type: integer type: integer
description: > description: >
Joim multicast group Join multicast group
* 0 - leave group * 0 - leave group
* 1 - join group * 1 - join group
dcBlock: dcBlock:

View File

@ -73,11 +73,11 @@ SSBDemodSettings:
dnrAboveAvgFactor: dnrAboveAvgFactor:
type: number type: number
format: float format: float
description: Multiplier of the average to deteermine magnitude threshold in average scheme description: Multiplier of the average to determine magnitude threshold in average scheme
dnrSigmaFactor: dnrSigmaFactor:
type: number type: number
format: float format: float
description: Standard deviation (sigma) multiplier to deteermine magnitude threshold in average and standard deviation scheme description: Standard deviation (sigma) multiplier to determine magnitude threshold in average and standard deviation scheme
dnrNbPeaks: dnrNbPeaks:
type: integer type: integer
description: Number of magnitude peak maxima selected in peaks scheme description: Number of magnitude peak maxima selected in peaks scheme

View File

@ -115,10 +115,10 @@ SigMFFileInputActions:
description: Move to beginning of track given its number. Must stop first. description: Move to beginning of track given its number. Must stop first.
seekTrackMillis: seekTrackMillis:
type: integer type: integer
description: Move to this number / 1000 raio in track. Must stop first. description: Move to this number / 1000 ratio in track. Must stop first.
seekRecordMillis: seekRecordMillis:
type: integer type: integer
description: Move to this number / 1000 raio in full record. Must stop first. description: Move to this number / 1000 ratio in full record. Must stop first.
definitions: definitions:

View File

@ -31,7 +31,7 @@ SigMFFileSinkSettings:
squelchRecordingEnable: squelchRecordingEnable:
type: integer type: integer
description: > description: >
Automatic recording triggered by spectrum squalch Automatic recording triggered by spectrum squelch
* 0 - disabled * 0 - disabled
* 1 - enabled * 1 - enabled
log2RecordSampleSize: log2RecordSampleSize:

View File

@ -159,7 +159,7 @@ StarTrackerTarget:
type: number type: number
format: float format: float
airTemperature: airTemperature:
description: "Surface air temperature in degrees celsius at antenna location" description: "Surface air temperature in degrees Celsius at antenna location"
type: number type: number
format: float format: float
skyTemperature: skyTemperature:

View File

@ -59,7 +59,7 @@ RangeFloat:
format: float format: float
FrequencyRange: FrequencyRange:
description: An frequency range with 64 bit support for min and max description: A frequency range with 64 bit support for min and max
properties: properties:
min: min:
type: integer type: integer

View File

@ -52,7 +52,7 @@ UDPSourceSettings:
multicastJoin: multicastJoin:
type: integer type: integer
description: > description: >
Joim multicast group Join multicast group
* 0 - leave group * 0 - leave group
* 1 - join group * 1 - join group
title: title:

View File

@ -1075,7 +1075,7 @@ paths:
- Workspace - Workspace
responses: responses:
"202": "202":
descriptions: Successful sending of the message description: Successful sending of the message
schema: schema:
$ref: "#/definitions/SuccessResponse" $ref: "#/definitions/SuccessResponse"
"500": "500":
@ -1089,7 +1089,7 @@ paths:
- Workspace - Workspace
responses: responses:
"202": "202":
descriptions: Successful sending of the message description: Successful sending of the message
schema: schema:
$ref: "#/definitions/SuccessResponse" $ref: "#/definitions/SuccessResponse"
"500": "500":
@ -3325,7 +3325,7 @@ definitions:
description: "Name of the preset group" description: "Name of the preset group"
type: string type: string
centerFrequency: centerFrequency:
description: "Center freqeuency in Hz" description: "Center frequency in Hz"
type: integer type: integer
format: int64 format: int64
type: type:
@ -3343,7 +3343,7 @@ definitions:
- name - name
properties: properties:
centerFrequency: centerFrequency:
description: "Center freqeuency in Hz" description: "Center frequency in Hz"
type: integer type: integer
format: int64 format: int64
type: type:
@ -3458,7 +3458,7 @@ definitions:
type: string type: string
ConfigurationImportExport: ConfigurationImportExport:
description: "Details to impprt/export a configuration from/to file" description: "Details to import/export a configuration from/to file"
properties: properties:
filePath: filePath:
description: "Path of the import file" description: "Path of the import file"

View File

@ -80,7 +80,7 @@ AudioCATSISOSettings:
description: Tx volume in dB usually negative description: Tx volume in dB usually negative
catSpeedIndex: catSpeedIndex:
type: integer type: integer
descriptoion: > description: >
CAT serial link baud rate CAT serial link baud rate
* 0 - 1200 * 0 - 1200
* 1 - 2400 * 1 - 2400
@ -99,7 +99,7 @@ AudioCATSISOSettings:
catStopBitsIndex: catStopBitsIndex:
type: integer type: integer
description: > description: >
CAT serial linkj stop bits CAT serial link stop bits
* 0 - 1 (default) * 0 - 1 (default)
* 1 - 2 * 1 - 2
catHandshakeIndex: catHandshakeIndex:
@ -112,7 +112,7 @@ AudioCATSISOSettings:
catPTTMethodIndex: catPTTMethodIndex:
type: integer type: integer
description: > description: >
CAT PTT metgod CAT PTT method
* 0 - PTT (default) * 0 - PTT (default)
* 1 - DTR * 1 - DTR
* 2 - RTS * 2 - RTS

View File

@ -13,7 +13,7 @@ Command:
description: Qt::Key description: Qt::Key
type: integer type: integer
keyModifiers: keyModifiers:
sdescription: Qt::KeyboardModifiers description: Qt::KeyboardModifiers
type: integer type: integer
associateKey: associateKey:
description: boolean description: boolean

View File

@ -74,7 +74,7 @@ DATVDemodSettings:
type: integer type: integer
filter: filter:
description: > description: >
Type of sumbol filtering (see DATVDemodSettings::dvb_sampler) Type of symbol filtering (see DATVDemodSettings::dvb_sampler)
* 0 - Nearest * 0 - Nearest
* 1 - Linear * 1 - Linear
* 2 - Root Raised Cosine * 2 - Root Raised Cosine

View File

@ -31,7 +31,7 @@ FileSinkSettings:
squelchRecordingEnable: squelchRecordingEnable:
type: integer type: integer
description: > description: >
Automatic recording triggered by spectrum squalch Automatic recording triggered by spectrum squelch
* 0 - disabled * 0 - disabled
* 1 - enabled * 1 - enabled
streamIndex: streamIndex:

View File

@ -106,7 +106,7 @@ IEEE_802_15_4_ModSettings:
beta: beta:
type: number type: number
format: float format: float
description: Pulse shapint filter beta factor description: Pulse shaping filter beta factor
symbolSpan: symbolSpan:
type: integer type: integer
udpEnabled: udpEnabled:

View File

@ -150,7 +150,7 @@ LimeRFEActions:
* 1 - Tx * 1 - Tx
deviceSetIndex: deviceSetIndex:
type: integer type: integer
dexcription: Index of device set to synchronize switch with description: Index of device set to synchronize switch with
switchChannel: switchChannel:
type: integer type: integer
description: > description: >

View File

@ -23,10 +23,10 @@ MorseDecoderSettings:
* 0 - do not send * 0 - do not send
udpAddress: udpAddress:
type: string type: string
description: Address to semd text via UDP description: Address to send text via UDP
udpPort: udpPort:
type: integer type: integer
description: Port to semd text via UDP description: Port to send text via UDP
logFiledName: logFiledName:
type: string type: string
description: File to log the decoded text to description: File to log the decoded text to

View File

@ -14,7 +14,7 @@ RemoteInputSettings:
multicastJoin: multicastJoin:
type: integer type: integer
description: > description: >
Joim multicast group Join multicast group
* 0 - leave group * 0 - leave group
* 1 - join group * 1 - join group
dcBlock: dcBlock:

View File

@ -73,11 +73,11 @@ SSBDemodSettings:
dnrAboveAvgFactor: dnrAboveAvgFactor:
type: number type: number
format: float format: float
description: Multiplier of the average to deteermine magnitude threshold in average scheme description: Multiplier of the average to determine magnitude threshold in average scheme
dnrSigmaFactor: dnrSigmaFactor:
type: number type: number
format: float format: float
description: Standard deviation (sigma) multiplier to deteermine magnitude threshold in average and standard deviation scheme description: Standard deviation (sigma) multiplier to determine magnitude threshold in average and standard deviation scheme
dnrNbPeaks: dnrNbPeaks:
type: integer type: integer
description: Number of magnitude peak maxima selected in peaks scheme description: Number of magnitude peak maxima selected in peaks scheme

View File

@ -31,7 +31,7 @@ SigMFFileSinkSettings:
squelchRecordingEnable: squelchRecordingEnable:
type: integer type: integer
description: > description: >
Automatic recording triggered by spectrum squalch Automatic recording triggered by spectrum squelch
* 0 - disabled * 0 - disabled
* 1 - enabled * 1 - enabled
log2RecordSampleSize: log2RecordSampleSize:

View File

@ -159,7 +159,7 @@ StarTrackerTarget:
type: number type: number
format: float format: float
airTemperature: airTemperature:
description: "Surface air temperature in degrees celsius at antenna location" description: "Surface air temperature in degrees Celsius at antenna location"
type: number type: number
format: float format: float
skyTemperature: skyTemperature:

View File

@ -59,7 +59,7 @@ RangeFloat:
format: float format: float
FrequencyRange: FrequencyRange:
description: An frequency range with 64 bit support for min and max description: A frequency range with 64 bit support for min and max
properties: properties:
min: min:
type: integer type: integer

View File

@ -52,7 +52,7 @@ UDPSourceSettings:
multicastJoin: multicastJoin:
type: integer type: integer
description: > description: >
Joim multicast group Join multicast group
* 0 - leave group * 0 - leave group
* 1 - join group * 1 - join group
title: title:

View File

@ -1075,7 +1075,7 @@ paths:
- Workspace - Workspace
responses: responses:
"202": "202":
descriptions: Successful sending of the message description: Successful sending of the message
schema: schema:
$ref: "#/definitions/SuccessResponse" $ref: "#/definitions/SuccessResponse"
"500": "500":
@ -1089,7 +1089,7 @@ paths:
- Workspace - Workspace
responses: responses:
"202": "202":
descriptions: Successful sending of the message description: Successful sending of the message
schema: schema:
$ref: "#/definitions/SuccessResponse" $ref: "#/definitions/SuccessResponse"
"500": "500":
@ -3325,7 +3325,7 @@ definitions:
description: "Name of the preset group" description: "Name of the preset group"
type: string type: string
centerFrequency: centerFrequency:
description: "Center freqeuency in Hz" description: "Center frequency in Hz"
type: integer type: integer
format: int64 format: int64
type: type:
@ -3343,7 +3343,7 @@ definitions:
- name - name
properties: properties:
centerFrequency: centerFrequency:
description: "Center freqeuency in Hz" description: "Center frequency in Hz"
type: integer type: integer
format: int64 format: int64
type: type:
@ -3458,7 +3458,7 @@ definitions:
type: string type: string
ConfigurationImportExport: ConfigurationImportExport:
description: "Details to impprt/export a configuration from/to file" description: "Details to import/export a configuration from/to file"
properties: properties:
filePath: filePath:
description: "Path of the import file" description: "Path of the import file"