Skip to content

Commit

Permalink
Merge pull request f4exb#1742 from dforsi/fix/typos
Browse files Browse the repository at this point in the history
Fix spelling
  • Loading branch information
f4exb authored Jul 24, 2023
2 parents 8a38af4 + 0b87063 commit d484b4d
Show file tree
Hide file tree
Showing 34 changed files with 92 additions and 92 deletions.
6 changes: 3 additions & 3 deletions plugins/channelrx/demodadsb/adsbdemodgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ const QString ADSBDemodGUI::m_emergencyStatus[] = {
};

const QString ADSBDemodGUI::m_flightStatuses[] = {
QStringLiteral("Airbourne"),
QStringLiteral("Airborne"),
QStringLiteral("On-ground"),
QStringLiteral("Alert, airboune"),
QStringLiteral("Alert, airborne"),
QStringLiteral("Alert, on-ground"),
QStringLiteral("Alert, SPI"),
QStringLiteral("SPI"),
Expand Down Expand Up @@ -1107,7 +1107,7 @@ void ADSBDemodGUI::handleADSB(
else
{
// Ignore if not from a known aircraft, as its likely not to be a valid packet
//qDebug() << "Skiping Mode-S from unknown aircraft - DF " << df << " ICAO " << Qt::hex << icao;
//qDebug() << "Skipping Mode-S from unknown aircraft - DF " << df << " ICAO " << Qt::hex << icao;
return;
}
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/demoddab/dabdemodsink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ static const char *dabLanguageCode[] =
"Vietnamese",
"Uzbek",
"Urdu",
"Ukranian",
"Ukrainian",
"Thai",
"Telugu",
"Tatar",
Expand Down
4 changes: 2 additions & 2 deletions plugins/channelrx/demoddatv/datvideorender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ bool DATVideoRender::renderStream()

if (sws_init_context(m_swsCtx, nullptr, nullptr) < 0)
{
qDebug() << "DATVideoRender::renderStream cannont init video data converter";
qDebug() << "DATVideoRender::renderStream cannot init video data converter";
m_swsCtx = nullptr;
av_packet_unref(&packet);
return false;
Expand All @@ -499,7 +499,7 @@ bool DATVideoRender::renderStream()

if (av_image_alloc(m_decodedData, m_decodedLineSize, m_frame->width, m_frame->height, AV_PIX_FMT_RGB24, 1) < 0)
{
qDebug() << "DATVideoRender::renderStream cannont init video image buffer";
qDebug() << "DATVideoRender::renderStream cannot init video image buffer";
sws_freeContext(m_swsCtx);
m_swsCtx = nullptr;
av_packet_unref(&packet);
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/demodnavtex/navtexdemodsink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ void NavtexDemodSink::receiveBit(bool bit)
}
if (m_consecutiveErrors >= 5)
{
//qDebug() << "Too many consequtive errors";
//qDebug() << "Too many consecutive errors";
init();
}
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/channelrx/radioastronomy/radioastronomygui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4465,7 +4465,7 @@ void RadioAstronomyGUI::plotRefLine(FFTMeasurement *fft)
double lineFreqMHz = ui->spectrumLineFrequency->value();
double lineFreq = lineFreqMHz * 1e6;
QString refFrame[] = {"Topocentric", "Barycentric", "LSR"};
m_fftDopplerAxis->setTitleText(QString("%1 radial velocity (km/s - +ve receeding)").arg(refFrame[m_settings.m_refFrame]));
m_fftDopplerAxis->setTitleText(QString("%1 radial velocity (km/s - +ve receding)").arg(refFrame[m_settings.m_refFrame]));
m_fftHlineSeries->setName(QString("%1 line").arg(ui->spectrumLine->currentText()));
m_fftHlineSeries->append(0.0f, -200.0f); // For dB
m_fftHlineSeries->append(0.0f, 10000.0f); // For temp can be >1e6?
Expand Down
10 changes: 5 additions & 5 deletions plugins/feature/radiosonde/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>Radiosonde Feature Plugin</h1>
<h1>Radiosonde Feature Plugin</h1>

<h2>Introduction</h2>

Expand All @@ -19,15 +19,15 @@ The Radiosonde table displays the current status of each radiosonde, based on th

* Serial - The serial number that uniquely identifiers each radiosonde.
* Type - The type of radiosonde.
* Lat (°) - Latitude in degrees. East positive. Double clicking on this column will center the map on this object.
* Lon (°) - Longitude in degrees. West positive. Double clicking on this column will center the map on this object.
* Lat (°) - Latitude in degrees. East positive. Double clicking on this column will center the map on this object.
* Lon (°) - Longitude in degrees. West positive. Double clicking on this column will center the map on this object.
* Alt (m) - The altitude of the radiosonde in metres.
* Spd (km/h) - Speed over ground in kilometres per hour.
* VR (m/s) - Vertical climb rate in metres per second.
* Hdg (°) - Heading in degrees.
* Hdg (°) - Heading in degrees.
* Status - Flight status of the radiosonde (E.g. On ground, ascent or descent).
* P (hPA) - Air pressure in hectopascals. Not all RS41s include a pressure sensor. A value ending with 'U' indicates a uncalibrated estimate and may be inaccurate.
* T (°C) - Air temperature in degrees Celsius. A value ending with 'U' indicates a uncalibrated estimate and may be inaccurate.
* T (°C) - Air temperature in degrees Celsius. A value ending with 'U' indicates a uncalibrated estimate and may be inaccurate.
* U (%) - Relative humidity in percent. A value ending with 'U' indicates a uncalibrated estimate and may be inaccurate.
* Alt Max (m) - The maximum altitude seen for the radiosonde in metres.
* Freq (MHz) - The transmission frequency in megahertz as indicated by the radiosonde.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ void SatelliteTrackerWorker::applyDeviceAOSSettings(const QString& name)
SatelliteTrackerSettings::SatelliteDeviceSettings *devSettings = m_deviceSettingsList->at(i);
if (devSettings->m_startOnAOS)
{
qDebug() << "SatelliteTrackerWorker::aos: starting acqusition";
qDebug() << "SatelliteTrackerWorker::aos: starting acquisition";
ChannelWebAPIUtils::run(devSettings->m_deviceSetIndex);
}
}
Expand Down
4 changes: 2 additions & 2 deletions plugins/feature/vorlocalizer/vorlocalizergui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ bool VORLocalizerGUI::handleMessage(const Message& message)
}
else
{
qDebug() << "VORLocalizerGUI::handleMessage: Got MsgReportRadial for non-existant subChannelId " << subChannelId;
qDebug() << "VORLocalizerGUI::handleMessage: Got MsgReportRadial for non-existent subChannelId " << subChannelId;
}

return true;
Expand Down Expand Up @@ -820,7 +820,7 @@ bool VORLocalizerGUI::handleMessage(const Message& message)
}
else
{
qDebug() << "VORLocalizerGUI::handleMessage: Got MsgReportIdent for non-existant subChannelId " << subChannelId;
qDebug() << "VORLocalizerGUI::handleMessage: Got MsgReportIdent for non-existent subChannelId " << subChannelId;
}

return true;
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesink/soapysdroutput/soapysdroutput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ bool SoapySDROutput::start()

if (needsStart)
{
qDebug("SoapySDROutput::start: (re)sart buddy thread");
qDebug("SoapySDROutput::start: (re)start buddy thread");
soapySDROutputThread->setSampleRate(m_settings.m_devSampleRate);
soapySDROutputThread->startWork();
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -405,13 +405,13 @@ void AaroniaRTSAInputWorker::parseConfig(QByteArray bytes)
}
else
{
qDebug() << "AaroniaRTSAInputWorker::parseConfig: document has no config obhect: " << documentObject;
qDebug() << "AaroniaRTSAInputWorker::parseConfig: document has no config object: " << documentObject;
}

}
else
{
qDebug() << "AaroniaRTSAInputWorker::parseConfig: Document is not an object: " << document;
qDebug() << "AaroniaRTSAInputWorker::parseConfig: document is not an object: " << document;
}

if (m_iqDemodName == "") {
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/airspy/airspyinput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ bool AirspyInput::openDevice()
#endif

#ifdef LIBAIRSPY_DEFAULT_RATES
qDebug("AirspyInput::start: detault rates");
qDebug("AirspyInput::start: default rates");
m_sampleRates.clear();
m_sampleRates.push_back(10000000);
m_sampleRates.push_back(2500000);
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/bladerf2input/bladerf2input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ bool BladeRF2Input::start()

if (needsStart)
{
qDebug("BladeRF2Input::start: enabling channel(s) and (re)sart buddy thread");
qDebug("BladeRF2Input::start: enabling channel(s) and (re)start buddy thread");

int nbChannels = bladerf2InputThread->getNbChannels();

Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/sdrplayv3/sdrplayv3input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ bool SDRPlayV3Input::openDevice()
sdrplay_api_UnlockDeviceApi();
if ((err = sdrplay_api_GetDeviceParams(m_dev->dev, &m_devParams)) == sdrplay_api_Success)
{
qDebug() << "SDRPlayV3Input::openDevice: opened sucessfully";
qDebug() << "SDRPlayV3Input::openDevice: opened successfully";
}
else
{
Expand Down
2 changes: 1 addition & 1 deletion plugins/samplesource/soapysdrinput/soapysdrinput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ bool SoapySDRInput::start()

if (needsStart)
{
qDebug("SoapySDRInput::start: (re)sart buddy thread");
qDebug("SoapySDRInput::start: (re)start buddy thread");
soapySDRInputThread->setSampleRate(m_settings.m_devSampleRate);
soapySDRInputThread->startWork();
}
Expand Down
4 changes: 2 additions & 2 deletions qrtplib/rtperrors.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ static RTPErrorInfo ErrorDescriptions[] =
{ ERR_RTP_UDPV4TRANS_CANTSETRTPRECEIVEBUF, "Couldn't set the receive buffer size for the RTP socket" },
{ ERR_RTP_UDPV4TRANS_CANTSETRTPTRANSMITBUF, "Couldn't set the transmission buffer size for the RTP socket" },
{ ERR_RTP_UDPV4TRANS_COULDNTJOINMULTICASTGROUP, "Unable to join the specified multicast group" },
{ ERR_RTP_UDPV4TRANS_DIFFERENTRECEIVEMODE, "The function called doens't match the current receive mode" },
{ ERR_RTP_UDPV4TRANS_DIFFERENTRECEIVEMODE, "The function called doesn't match the current receive mode" },
{ ERR_RTP_UDPV4TRANS_ILLEGALPARAMETERS, "Illegal parameters type passed to the transmitter" },
{ ERR_RTP_UDPV4TRANS_INVALIDADDRESSTYPE, "Specified address type isn't compatible with this transmitter" },
{ ERR_RTP_UDPV4TRANS_NOLOCALIPS, "Couldn't determine the local host name since the local IP list is empty" },
Expand All @@ -150,7 +150,7 @@ static RTPErrorInfo ErrorDescriptions[] =
{ ERR_RTP_UDPV6TRANS_CANTSETRTPRECEIVEBUF, "Couldn't set the receive buffer size for the RTP socket" },
{ ERR_RTP_UDPV6TRANS_CANTSETRTPTRANSMITBUF, "Couldn't set the transmission buffer size for the RTP socket" },
{ ERR_RTP_UDPV6TRANS_COULDNTJOINMULTICASTGROUP, "Unable to join the specified multicast group" },
{ ERR_RTP_UDPV6TRANS_DIFFERENTRECEIVEMODE, "The function called doens't match the current receive mode" },
{ ERR_RTP_UDPV6TRANS_DIFFERENTRECEIVEMODE, "The function called doesn't match the current receive mode" },
{ ERR_RTP_UDPV6TRANS_ILLEGALPARAMETERS, "Illegal parameters type passed to the transmitter" },
{ ERR_RTP_UDPV6TRANS_INVALIDADDRESSTYPE, "Specified address type isn't compatible with this transmitter" },
{ ERR_RTP_UDPV6TRANS_NOLOCALIPS, "Couldn't determine the local host name since the local IP list is empty" },
Expand Down
4 changes: 2 additions & 2 deletions sdrbase/dsp/samplemofifo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ void SampleMOFifo::writeSync(
}
else if (rwDelta > m_highGuard)
{
qWarning("SampleMOFifo::write: overrrun (read too slow) dropping %d samples", m_highGuard - m_midPoint);
qWarning("SampleMOFifo::write: overrun (read too slow) dropping %d samples", m_highGuard - m_midPoint);
m_writeHead = m_readHead + m_midPoint < m_size ? m_readHead + m_midPoint : m_readHead + m_midPoint - m_size;
}

Expand Down Expand Up @@ -200,7 +200,7 @@ void SampleMOFifo::writeAsync( //!< in place write with given amount
}
else if (rwDelta > m_highGuard)
{
qWarning("SampleMOFifo::write: overrrun on stream %u (read too slow) dropping %d samples", stream, m_highGuard - m_midPoint);
qWarning("SampleMOFifo::write: overrun on stream %u (read too slow) dropping %d samples", stream, m_highGuard - m_midPoint);
m_vWriteHead[stream] = m_vReadHead[stream] + m_midPoint < m_size ?
m_vReadHead[stream] + m_midPoint : m_vReadHead[stream] + m_midPoint - m_size;
}
Expand Down
2 changes: 1 addition & 1 deletion sdrbase/dsp/samplesourcefifo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ void SampleSourceFifo::write(
}
else if (rwDelta > m_highGuard)
{
qWarning("SampleSourceFifo::write: overrrun (read too slow) dropping %d samples", m_highGuard - m_midPoint);
qWarning("SampleSourceFifo::write: overrun (read too slow) dropping %d samples", m_highGuard - m_midPoint);
m_writeHead = m_readHead + m_midPoint < m_size ? m_readHead + m_midPoint : m_readHead + m_midPoint - m_size;
}

Expand Down
2 changes: 1 addition & 1 deletion sdrbase/pipes/datafifostore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ void DataFifoStore::deleteElement(QObject *element)

if (i >= 0)
{
qDebug("DataFifoStore::deleteElement: delte element at %d", i);
qDebug("DataFifoStore::deleteElement: delete element at %d", i);
delete m_dataFifos[i];
m_dataFifos.removeAt(i);
}
Expand Down
2 changes: 1 addition & 1 deletion sdrbase/pipes/messagequeuestore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ void MessageQueueStore::deleteElement(QObject *element)

if (i >= 0)
{
qDebug("MessageQueueStore::deleteElement: delte element at %d", i);
qDebug("MessageQueueStore::deleteElement: delete element at %d", i);
delete m_messageQueues[i];
m_messageQueues.removeAt(i);
}
Expand Down
4 changes: 2 additions & 2 deletions sdrbase/resources/webapi/doc/html2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30750,7 +30750,7 @@ <h1>devicesetSpectrumSettingsPatch</h1>
<div class="pull-right"></div>
<div class="clearfix"></div>
<p></p>
<p class="marked">Apply main spectrun settings differentially (no force)</p>
<p class="marked">Apply main spectrum settings differentially (no force)</p>
<p></p>
<br />
<pre class="prettyprint language-html prettyprinted" data-type="patch"><code><span class="pln">/sdrangel/deviceset/{deviceSetIndex}/spectrum/settings</span></code></pre>
Expand Down Expand Up @@ -31220,7 +31220,7 @@ <h1>devicesetSpectrumSettingsPut</h1>
<div class="pull-right"></div>
<div class="clearfix"></div>
<p></p>
<p class="marked">Apply main spectrun settings unconditionnaly (force)</p>
<p class="marked">Apply main spectrum settings unconditionnaly (force)</p>
<p></p>
<br />
<pre class="prettyprint language-html prettyprinted" data-type="put"><code><span class="pln">/sdrangel/deviceset/{deviceSetIndex}/spectrum/settings</span></code></pre>
Expand Down
4 changes: 2 additions & 2 deletions sdrbase/resources/webapi/doc/swagger/include/Map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ MapItem:
type: integer
default: 0
text:
descrption: "Text to draw on the map when item is selected"
description: "Text to draw on the map when item is selected"
type: string
latitude:
description: "Latitude in decimal degrees, positive to the North"
Expand Down Expand Up @@ -113,7 +113,7 @@ MapItem:
description: "Label for the model"
type: string
labelAltitudeOffset:
description: "Veritical offset to position label at"
description: "Vertical offset to position label at"
type: number
format: float
modelAltitudeOffset:
Expand Down
24 changes: 12 additions & 12 deletions sdrbase/resources/webapi/doc/swagger/include/StarTracker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ StarTrackerSettings:
type: number
format: float
temperature:
description: "Air temperature in Celsuis, for refraction"
description: "Air temperature in Celsius, for refraction"
type: number
format: float
humidity:
Expand All @@ -73,7 +73,7 @@ StarTrackerSettings:
type: number
format: float
stellariumServerEnabled:
descrption: "Enable Stellarium server (1 for yes, 0 for no)"
description: "Enable Stellarium server (1 for yes, 0 for no)"
type: integer
stellariumPort:
description: "IP port number for Stellarium server to listen on (Default is 10001)."
Expand Down Expand Up @@ -116,14 +116,14 @@ StarTrackerTarget:
description: "Star Tracker target. Sent to startracker.target message queue for other plugins to use."
properties:
name:
descrption: "The name of the target"
description: "The name of the target"
type: string
azimuth:
descrption: "The azimuth angle in degrees to the target"
description: "The azimuth angle in degrees to the target"
type: number
format: float
elevation:
descrption: "The elevation angle in degrees to the target"
description: "The elevation angle in degrees to the target"
type: number
format: float
ra:
Expand All @@ -135,11 +135,11 @@ StarTrackerTarget:
type: number
format: float
b:
descrption: "Galactic latitude in degrees"
description: "Galactic latitude in degrees"
type: number
format: float
l:
descrption: "Galactic longitude in degrees"
description: "Galactic longitude in degrees"
type: number
format: float
earthRotationVelocity:
Expand Down Expand Up @@ -178,11 +178,11 @@ StarTrackerDisplaySettings:
description: "Date and time of observation. ISO 8601 extended format: yyyy-MM-ddTHH:mm:ss with Z suffix for UTC. Empty string for current time."
type: string
azimuth:
descrption: "The azimuth angle in degrees to the target"
description: "The azimuth angle in degrees to the target"
type: number
format: float
elevation:
descrption: "The elevation angle in degrees to the target"
description: "The elevation angle in degrees to the target"
type: number
format: float

Expand All @@ -192,15 +192,15 @@ StarTrackerDisplayLoSSettings:
name:
type: string
b:
descrption: "Galactic latitude in degrees"
description: "Galactic latitude in degrees"
type: number
format: float
l:
descrption: "Galactic longitude in degrees"
description: "Galactic longitude in degrees"
type: number
format: float
d:
descrption: "Distance to object from Sun in kpc"
description: "Distance to object from Sun in kpc"
type: number
format: float

Expand Down
Loading

0 comments on commit d484b4d

Please sign in to comment.