From 4bef2355dd4c17aa3f37e14cc824722b19c951d4 Mon Sep 17 00:00:00 2001
From: Daniele Forsi <iu5hkx@gmail.com>
Date: Sun, 23 Jun 2024 12:43:22 +0200
Subject: [PATCH] Fix more typos

---
 .../webapi/doc/swagger/include/AudioCATSISO.yaml       |  6 +++---
 .../resources/webapi/doc/swagger/include/Command.yaml  |  2 +-
 .../webapi/doc/swagger/include/DATVDemod.yaml          |  6 +++---
 .../resources/webapi/doc/swagger/include/FileSink.yaml |  2 +-
 .../webapi/doc/swagger/include/IEEE_802_15_4_Mod.yaml  |  2 +-
 .../resources/webapi/doc/swagger/include/LimeRFE.yaml  |  2 +-
 .../webapi/doc/swagger/include/MorseDecoder.yaml       |  4 ++--
 .../webapi/doc/swagger/include/RemoteInput.yaml        |  2 +-
 .../resources/webapi/doc/swagger/include/SSBDemod.yaml |  4 ++--
 .../webapi/doc/swagger/include/SigMFFileInput.yaml     |  4 ++--
 .../webapi/doc/swagger/include/SigMFFileSink.yaml      |  2 +-
 .../webapi/doc/swagger/include/StarTracker.yaml        |  2 +-
 .../resources/webapi/doc/swagger/include/Structs.yaml  |  2 +-
 .../webapi/doc/swagger/include/UDPSource.yaml          |  2 +-
 sdrbase/resources/webapi/doc/swagger/swagger.yaml      | 10 +++++-----
 swagger/sdrangel/api/swagger/include/AudioCATSISO.yaml |  6 +++---
 swagger/sdrangel/api/swagger/include/Command.yaml      |  2 +-
 swagger/sdrangel/api/swagger/include/DATVDemod.yaml    |  2 +-
 swagger/sdrangel/api/swagger/include/FileSink.yaml     |  2 +-
 .../api/swagger/include/IEEE_802_15_4_Mod.yaml         |  2 +-
 swagger/sdrangel/api/swagger/include/LimeRFE.yaml      |  2 +-
 swagger/sdrangel/api/swagger/include/MorseDecoder.yaml |  4 ++--
 swagger/sdrangel/api/swagger/include/RemoteInput.yaml  |  2 +-
 swagger/sdrangel/api/swagger/include/SSBDemod.yaml     |  4 ++--
 .../sdrangel/api/swagger/include/SigMFFileSink.yaml    |  2 +-
 swagger/sdrangel/api/swagger/include/StarTracker.yaml  |  2 +-
 swagger/sdrangel/api/swagger/include/Structs.yaml      |  2 +-
 swagger/sdrangel/api/swagger/include/UDPSource.yaml    |  2 +-
 swagger/sdrangel/api/swagger/swagger.yaml              | 10 +++++-----
 29 files changed, 48 insertions(+), 48 deletions(-)

diff --git a/sdrbase/resources/webapi/doc/swagger/include/AudioCATSISO.yaml b/sdrbase/resources/webapi/doc/swagger/include/AudioCATSISO.yaml
index adc2ca7b8..e4bf3db9d 100644
--- a/sdrbase/resources/webapi/doc/swagger/include/AudioCATSISO.yaml
+++ b/sdrbase/resources/webapi/doc/swagger/include/AudioCATSISO.yaml
@@ -80,7 +80,7 @@ AudioCATSISOSettings:
       description: Tx volume in dB usually negative
     catSpeedIndex:
       type: integer
-      descriptoion: >
+      description: >
         CAT serial link baud rate
           * 0 - 1200
           * 1 - 2400
@@ -99,7 +99,7 @@ AudioCATSISOSettings:
     catStopBitsIndex:
       type: integer
       description: >
-        CAT serial linkj stop bits
+        CAT serial link stop bits
           * 0 - 1 (default)
           * 1 - 2
     catHandshakeIndex:
@@ -112,7 +112,7 @@ AudioCATSISOSettings:
     catPTTMethodIndex:
       type: integer
       description: >
-        CAT PTT metgod
+        CAT PTT method
           * 0 - PTT (default)
           * 1 - DTR
           * 2 - RTS
diff --git a/sdrbase/resources/webapi/doc/swagger/include/Command.yaml b/sdrbase/resources/webapi/doc/swagger/include/Command.yaml
index 2f64b4d87..997954296 100644
--- a/sdrbase/resources/webapi/doc/swagger/include/Command.yaml
+++ b/sdrbase/resources/webapi/doc/swagger/include/Command.yaml
@@ -13,7 +13,7 @@ Command:
       description: Qt::Key
       type: integer
     keyModifiers:
-      sdescription: Qt::KeyboardModifiers
+      description: Qt::KeyboardModifiers
       type: integer
     associateKey:
       description: boolean
diff --git a/sdrbase/resources/webapi/doc/swagger/include/DATVDemod.yaml b/sdrbase/resources/webapi/doc/swagger/include/DATVDemod.yaml
index 96afa7645..0198fb403 100644
--- a/sdrbase/resources/webapi/doc/swagger/include/DATVDemod.yaml
+++ b/sdrbase/resources/webapi/doc/swagger/include/DATVDemod.yaml
@@ -12,7 +12,7 @@ DATVDemodSettings:
     standard:
       type: integer
       description: >
-        DVB bersion (see DATVDemodSettings::dvb_version)
+        DVB version (see DATVDemodSettings::dvb_version)
           * 0 - DVB-S
           * 1 - DVB-S2
     modulation:
@@ -46,7 +46,7 @@ DATVDemodSettings:
           * 11 - 2/5
           * 12 - 3/5
     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
     softLDPCToolPath:
       description: O/S path to the LDPC tool binary
@@ -74,7 +74,7 @@ DATVDemodSettings:
       type: integer
     filter:
       description: >
-        Type of sumbol filtering (see DATVDemodSettings::dvb_sampler)
+        Type of symbol filtering (see DATVDemodSettings::dvb_sampler)
           * 0 - Nearest
           * 1 - Linear
           * 2 - Root Raised Cosine
diff --git a/sdrbase/resources/webapi/doc/swagger/include/FileSink.yaml b/sdrbase/resources/webapi/doc/swagger/include/FileSink.yaml
index 702cf8265..c638810c1 100644
--- a/sdrbase/resources/webapi/doc/swagger/include/FileSink.yaml
+++ b/sdrbase/resources/webapi/doc/swagger/include/FileSink.yaml
@@ -31,7 +31,7 @@ FileSinkSettings:
     squelchRecordingEnable:
       type: integer
       description: >
-        Automatic recording triggered by spectrum squalch
+        Automatic recording triggered by spectrum squelch
         * 0 - disabled
         * 1 - enabled
     streamIndex:
diff --git a/sdrbase/resources/webapi/doc/swagger/include/IEEE_802_15_4_Mod.yaml b/sdrbase/resources/webapi/doc/swagger/include/IEEE_802_15_4_Mod.yaml
index ab5f1743c..2e2f92672 100644
--- a/sdrbase/resources/webapi/doc/swagger/include/IEEE_802_15_4_Mod.yaml
+++ b/sdrbase/resources/webapi/doc/swagger/include/IEEE_802_15_4_Mod.yaml
@@ -106,7 +106,7 @@ IEEE_802_15_4_ModSettings:
     beta:
       type: number
       format: float
-      description: Pulse shapint filter beta factor
+      description: Pulse shaping filter beta factor
     symbolSpan:
       type: integer
     udpEnabled:
diff --git a/sdrbase/resources/webapi/doc/swagger/include/LimeRFE.yaml b/sdrbase/resources/webapi/doc/swagger/include/LimeRFE.yaml
index fbbd675aa..de299cc8e 100644
--- a/sdrbase/resources/webapi/doc/swagger/include/LimeRFE.yaml
+++ b/sdrbase/resources/webapi/doc/swagger/include/LimeRFE.yaml
@@ -150,7 +150,7 @@ LimeRFEActions:
           * 1 - Tx
     deviceSetIndex:
       type: integer
-      dexcription: Index of device set to synchronize switch with
+      description: Index of device set to synchronize switch with
     switchChannel:
       type: integer
       description: >
diff --git a/sdrbase/resources/webapi/doc/swagger/include/MorseDecoder.yaml b/sdrbase/resources/webapi/doc/swagger/include/MorseDecoder.yaml
index ff4396559..e0ddbe609 100644
--- a/sdrbase/resources/webapi/doc/swagger/include/MorseDecoder.yaml
+++ b/sdrbase/resources/webapi/doc/swagger/include/MorseDecoder.yaml
@@ -23,10 +23,10 @@ MorseDecoderSettings:
           * 0 - do not send
     udpAddress:
       type: string
-      description: Address to semd text via UDP
+      description: Address to send text via UDP
     udpPort:
       type: integer
-      description: Port to semd text via UDP
+      description: Port to send text via UDP
     logFiledName:
       type: string
       description: File to log the decoded text to
diff --git a/sdrbase/resources/webapi/doc/swagger/include/RemoteInput.yaml b/sdrbase/resources/webapi/doc/swagger/include/RemoteInput.yaml
index d3a8ddba0..74ae02597 100644
--- a/sdrbase/resources/webapi/doc/swagger/include/RemoteInput.yaml
+++ b/sdrbase/resources/webapi/doc/swagger/include/RemoteInput.yaml
@@ -14,7 +14,7 @@ RemoteInputSettings:
     multicastJoin:
       type: integer
       description: >
-        Joim multicast group
+        Join multicast group
         * 0 - leave group
         * 1 - join group
     dcBlock:
diff --git a/sdrbase/resources/webapi/doc/swagger/include/SSBDemod.yaml b/sdrbase/resources/webapi/doc/swagger/include/SSBDemod.yaml
index 6b4b0d31a..bbe86d946 100644
--- a/sdrbase/resources/webapi/doc/swagger/include/SSBDemod.yaml
+++ b/sdrbase/resources/webapi/doc/swagger/include/SSBDemod.yaml
@@ -73,11 +73,11 @@ SSBDemodSettings:
     dnrAboveAvgFactor:
       type: number
       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:
       type: number
       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:
       type: integer
       description: Number of magnitude peak maxima selected in peaks scheme
diff --git a/sdrbase/resources/webapi/doc/swagger/include/SigMFFileInput.yaml b/sdrbase/resources/webapi/doc/swagger/include/SigMFFileInput.yaml
index 30c8b95a0..1a7b9c7df 100644
--- a/sdrbase/resources/webapi/doc/swagger/include/SigMFFileInput.yaml
+++ b/sdrbase/resources/webapi/doc/swagger/include/SigMFFileInput.yaml
@@ -115,10 +115,10 @@ SigMFFileInputActions:
       description: Move to beginning of track given its number. Must stop first.
     seekTrackMillis:
       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:
       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:
 
diff --git a/sdrbase/resources/webapi/doc/swagger/include/SigMFFileSink.yaml b/sdrbase/resources/webapi/doc/swagger/include/SigMFFileSink.yaml
index fa3e0e760..61a945589 100644
--- a/sdrbase/resources/webapi/doc/swagger/include/SigMFFileSink.yaml
+++ b/sdrbase/resources/webapi/doc/swagger/include/SigMFFileSink.yaml
@@ -31,7 +31,7 @@ SigMFFileSinkSettings:
     squelchRecordingEnable:
       type: integer
       description: >
-        Automatic recording triggered by spectrum squalch
+        Automatic recording triggered by spectrum squelch
         * 0 - disabled
         * 1 - enabled
     log2RecordSampleSize:
diff --git a/sdrbase/resources/webapi/doc/swagger/include/StarTracker.yaml b/sdrbase/resources/webapi/doc/swagger/include/StarTracker.yaml
index 6e41c7790..23934515c 100644
--- a/sdrbase/resources/webapi/doc/swagger/include/StarTracker.yaml
+++ b/sdrbase/resources/webapi/doc/swagger/include/StarTracker.yaml
@@ -159,7 +159,7 @@ StarTrackerTarget:
       type: number
       format: float
     airTemperature:
-      description: "Surface air temperature in degrees celsius at antenna location"
+      description: "Surface air temperature in degrees Celsius at antenna location"
       type: number
       format: float
     skyTemperature:
diff --git a/sdrbase/resources/webapi/doc/swagger/include/Structs.yaml b/sdrbase/resources/webapi/doc/swagger/include/Structs.yaml
index 6b9f761ef..f5c1c1ddc 100644
--- a/sdrbase/resources/webapi/doc/swagger/include/Structs.yaml
+++ b/sdrbase/resources/webapi/doc/swagger/include/Structs.yaml
@@ -59,7 +59,7 @@ RangeFloat:
       format: float
 
 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:
     min:
       type: integer
diff --git a/sdrbase/resources/webapi/doc/swagger/include/UDPSource.yaml b/sdrbase/resources/webapi/doc/swagger/include/UDPSource.yaml
index 9ae84dbd3..a78e2e93b 100644
--- a/sdrbase/resources/webapi/doc/swagger/include/UDPSource.yaml
+++ b/sdrbase/resources/webapi/doc/swagger/include/UDPSource.yaml
@@ -52,7 +52,7 @@ UDPSourceSettings:
     multicastJoin:
       type: integer
       description: >
-        Joim multicast group
+        Join multicast group
         * 0 - leave group
         * 1 - join group
     title:
diff --git a/sdrbase/resources/webapi/doc/swagger/swagger.yaml b/sdrbase/resources/webapi/doc/swagger/swagger.yaml
index 43511de31..3c50a474d 100644
--- a/sdrbase/resources/webapi/doc/swagger/swagger.yaml
+++ b/sdrbase/resources/webapi/doc/swagger/swagger.yaml
@@ -1075,7 +1075,7 @@ paths:
         - Workspace
       responses:
         "202":
-          descriptions: Successful sending of the message
+          description: Successful sending of the message
           schema:
             $ref: "#/definitions/SuccessResponse"
         "500":
@@ -1089,7 +1089,7 @@ paths:
         - Workspace
       responses:
         "202":
-          descriptions: Successful sending of the message
+          description: Successful sending of the message
           schema:
             $ref: "#/definitions/SuccessResponse"
         "500":
@@ -3325,7 +3325,7 @@ definitions:
         description: "Name of the preset group"
         type: string
       centerFrequency:
-        description: "Center freqeuency in Hz"
+        description: "Center frequency in Hz"
         type: integer
         format: int64
       type:
@@ -3343,7 +3343,7 @@ definitions:
       - name
     properties:
       centerFrequency:
-        description: "Center freqeuency in Hz"
+        description: "Center frequency in Hz"
         type: integer
         format: int64
       type:
@@ -3458,7 +3458,7 @@ definitions:
         type: string
 
   ConfigurationImportExport:
-    description: "Details to impprt/export a configuration from/to file"
+    description: "Details to import/export a configuration from/to file"
     properties:
       filePath:
         description: "Path of the import file"
diff --git a/swagger/sdrangel/api/swagger/include/AudioCATSISO.yaml b/swagger/sdrangel/api/swagger/include/AudioCATSISO.yaml
index adc2ca7b8..e4bf3db9d 100644
--- a/swagger/sdrangel/api/swagger/include/AudioCATSISO.yaml
+++ b/swagger/sdrangel/api/swagger/include/AudioCATSISO.yaml
@@ -80,7 +80,7 @@ AudioCATSISOSettings:
       description: Tx volume in dB usually negative
     catSpeedIndex:
       type: integer
-      descriptoion: >
+      description: >
         CAT serial link baud rate
           * 0 - 1200
           * 1 - 2400
@@ -99,7 +99,7 @@ AudioCATSISOSettings:
     catStopBitsIndex:
       type: integer
       description: >
-        CAT serial linkj stop bits
+        CAT serial link stop bits
           * 0 - 1 (default)
           * 1 - 2
     catHandshakeIndex:
@@ -112,7 +112,7 @@ AudioCATSISOSettings:
     catPTTMethodIndex:
       type: integer
       description: >
-        CAT PTT metgod
+        CAT PTT method
           * 0 - PTT (default)
           * 1 - DTR
           * 2 - RTS
diff --git a/swagger/sdrangel/api/swagger/include/Command.yaml b/swagger/sdrangel/api/swagger/include/Command.yaml
index 2f64b4d87..997954296 100644
--- a/swagger/sdrangel/api/swagger/include/Command.yaml
+++ b/swagger/sdrangel/api/swagger/include/Command.yaml
@@ -13,7 +13,7 @@ Command:
       description: Qt::Key
       type: integer
     keyModifiers:
-      sdescription: Qt::KeyboardModifiers
+      description: Qt::KeyboardModifiers
       type: integer
     associateKey:
       description: boolean
diff --git a/swagger/sdrangel/api/swagger/include/DATVDemod.yaml b/swagger/sdrangel/api/swagger/include/DATVDemod.yaml
index c2996f348..3dfd2ce49 100644
--- a/swagger/sdrangel/api/swagger/include/DATVDemod.yaml
+++ b/swagger/sdrangel/api/swagger/include/DATVDemod.yaml
@@ -74,7 +74,7 @@ DATVDemodSettings:
       type: integer
     filter:
       description: >
-        Type of sumbol filtering (see DATVDemodSettings::dvb_sampler)
+        Type of symbol filtering (see DATVDemodSettings::dvb_sampler)
           * 0 - Nearest
           * 1 - Linear
           * 2 - Root Raised Cosine
diff --git a/swagger/sdrangel/api/swagger/include/FileSink.yaml b/swagger/sdrangel/api/swagger/include/FileSink.yaml
index bf747a309..50ace59f8 100644
--- a/swagger/sdrangel/api/swagger/include/FileSink.yaml
+++ b/swagger/sdrangel/api/swagger/include/FileSink.yaml
@@ -31,7 +31,7 @@ FileSinkSettings:
     squelchRecordingEnable:
       type: integer
       description: >
-        Automatic recording triggered by spectrum squalch
+        Automatic recording triggered by spectrum squelch
         * 0 - disabled
         * 1 - enabled
     streamIndex:
diff --git a/swagger/sdrangel/api/swagger/include/IEEE_802_15_4_Mod.yaml b/swagger/sdrangel/api/swagger/include/IEEE_802_15_4_Mod.yaml
index 7cbcd6b75..0ac25e4f2 100644
--- a/swagger/sdrangel/api/swagger/include/IEEE_802_15_4_Mod.yaml
+++ b/swagger/sdrangel/api/swagger/include/IEEE_802_15_4_Mod.yaml
@@ -106,7 +106,7 @@ IEEE_802_15_4_ModSettings:
     beta:
       type: number
       format: float
-      description: Pulse shapint filter beta factor
+      description: Pulse shaping filter beta factor
     symbolSpan:
       type: integer
     udpEnabled:
diff --git a/swagger/sdrangel/api/swagger/include/LimeRFE.yaml b/swagger/sdrangel/api/swagger/include/LimeRFE.yaml
index 918214c27..7c2f15413 100644
--- a/swagger/sdrangel/api/swagger/include/LimeRFE.yaml
+++ b/swagger/sdrangel/api/swagger/include/LimeRFE.yaml
@@ -150,7 +150,7 @@ LimeRFEActions:
           * 1 - Tx
     deviceSetIndex:
       type: integer
-      dexcription: Index of device set to synchronize switch with
+      description: Index of device set to synchronize switch with
     switchChannel:
       type: integer
       description: >
diff --git a/swagger/sdrangel/api/swagger/include/MorseDecoder.yaml b/swagger/sdrangel/api/swagger/include/MorseDecoder.yaml
index 623ae8a5c..abacc57cd 100644
--- a/swagger/sdrangel/api/swagger/include/MorseDecoder.yaml
+++ b/swagger/sdrangel/api/swagger/include/MorseDecoder.yaml
@@ -23,10 +23,10 @@ MorseDecoderSettings:
           * 0 - do not send
     udpAddress:
       type: string
-      description: Address to semd text via UDP
+      description: Address to send text via UDP
     udpPort:
       type: integer
-      description: Port to semd text via UDP
+      description: Port to send text via UDP
     logFiledName:
       type: string
       description: File to log the decoded text to
diff --git a/swagger/sdrangel/api/swagger/include/RemoteInput.yaml b/swagger/sdrangel/api/swagger/include/RemoteInput.yaml
index d3a8ddba0..74ae02597 100644
--- a/swagger/sdrangel/api/swagger/include/RemoteInput.yaml
+++ b/swagger/sdrangel/api/swagger/include/RemoteInput.yaml
@@ -14,7 +14,7 @@ RemoteInputSettings:
     multicastJoin:
       type: integer
       description: >
-        Joim multicast group
+        Join multicast group
         * 0 - leave group
         * 1 - join group
     dcBlock:
diff --git a/swagger/sdrangel/api/swagger/include/SSBDemod.yaml b/swagger/sdrangel/api/swagger/include/SSBDemod.yaml
index 9046158e5..a3322dccc 100644
--- a/swagger/sdrangel/api/swagger/include/SSBDemod.yaml
+++ b/swagger/sdrangel/api/swagger/include/SSBDemod.yaml
@@ -73,11 +73,11 @@ SSBDemodSettings:
     dnrAboveAvgFactor:
       type: number
       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:
       type: number
       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:
       type: integer
       description: Number of magnitude peak maxima selected in peaks scheme
diff --git a/swagger/sdrangel/api/swagger/include/SigMFFileSink.yaml b/swagger/sdrangel/api/swagger/include/SigMFFileSink.yaml
index 2483e91d7..d5638a0f4 100644
--- a/swagger/sdrangel/api/swagger/include/SigMFFileSink.yaml
+++ b/swagger/sdrangel/api/swagger/include/SigMFFileSink.yaml
@@ -31,7 +31,7 @@ SigMFFileSinkSettings:
     squelchRecordingEnable:
       type: integer
       description: >
-        Automatic recording triggered by spectrum squalch
+        Automatic recording triggered by spectrum squelch
         * 0 - disabled
         * 1 - enabled
     log2RecordSampleSize:
diff --git a/swagger/sdrangel/api/swagger/include/StarTracker.yaml b/swagger/sdrangel/api/swagger/include/StarTracker.yaml
index 9ad3cd87d..84416821a 100644
--- a/swagger/sdrangel/api/swagger/include/StarTracker.yaml
+++ b/swagger/sdrangel/api/swagger/include/StarTracker.yaml
@@ -159,7 +159,7 @@ StarTrackerTarget:
       type: number
       format: float
     airTemperature:
-      description: "Surface air temperature in degrees celsius at antenna location"
+      description: "Surface air temperature in degrees Celsius at antenna location"
       type: number
       format: float
     skyTemperature:
diff --git a/swagger/sdrangel/api/swagger/include/Structs.yaml b/swagger/sdrangel/api/swagger/include/Structs.yaml
index 6b9f761ef..f5c1c1ddc 100644
--- a/swagger/sdrangel/api/swagger/include/Structs.yaml
+++ b/swagger/sdrangel/api/swagger/include/Structs.yaml
@@ -59,7 +59,7 @@ RangeFloat:
       format: float
 
 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:
     min:
       type: integer
diff --git a/swagger/sdrangel/api/swagger/include/UDPSource.yaml b/swagger/sdrangel/api/swagger/include/UDPSource.yaml
index 9f7c5316c..6d9c40a71 100644
--- a/swagger/sdrangel/api/swagger/include/UDPSource.yaml
+++ b/swagger/sdrangel/api/swagger/include/UDPSource.yaml
@@ -52,7 +52,7 @@ UDPSourceSettings:
     multicastJoin:
       type: integer
       description: >
-        Joim multicast group
+        Join multicast group
         * 0 - leave group
         * 1 - join group
     title:
diff --git a/swagger/sdrangel/api/swagger/swagger.yaml b/swagger/sdrangel/api/swagger/swagger.yaml
index 342397bca..c22ee88be 100644
--- a/swagger/sdrangel/api/swagger/swagger.yaml
+++ b/swagger/sdrangel/api/swagger/swagger.yaml
@@ -1075,7 +1075,7 @@ paths:
         - Workspace
       responses:
         "202":
-          descriptions: Successful sending of the message
+          description: Successful sending of the message
           schema:
             $ref: "#/definitions/SuccessResponse"
         "500":
@@ -1089,7 +1089,7 @@ paths:
         - Workspace
       responses:
         "202":
-          descriptions: Successful sending of the message
+          description: Successful sending of the message
           schema:
             $ref: "#/definitions/SuccessResponse"
         "500":
@@ -3325,7 +3325,7 @@ definitions:
         description: "Name of the preset group"
         type: string
       centerFrequency:
-        description: "Center freqeuency in Hz"
+        description: "Center frequency in Hz"
         type: integer
         format: int64
       type:
@@ -3343,7 +3343,7 @@ definitions:
       - name
     properties:
       centerFrequency:
-        description: "Center freqeuency in Hz"
+        description: "Center frequency in Hz"
         type: integer
         format: int64
       type:
@@ -3458,7 +3458,7 @@ definitions:
         type: string
 
   ConfigurationImportExport:
-    description: "Details to impprt/export a configuration from/to file"
+    description: "Details to import/export a configuration from/to file"
     properties:
       filePath:
         description: "Path of the import file"