mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-08 17:04:46 -04:00
Fix typos in cpp files
This commit is contained in:
@@ -469,7 +469,7 @@ void VorLocalizerWorker::setChannelShift(int deviceIndex, int channelIndex, doub
|
||||
SWGSDRangel::SWGErrorResponse errorResponse;
|
||||
int httpRC;
|
||||
|
||||
// Get channel settings containg inputFrequencyOffset, so we can patch them
|
||||
// Get channel settings containing inputFrequencyOffset, so we can patch them
|
||||
httpRC = m_webAPIAdapterInterface->devicesetChannelSettingsGet(
|
||||
deviceIndex,
|
||||
channelIndex,
|
||||
@@ -547,7 +547,7 @@ void VorLocalizerWorker::setAudioMute(int vorNavId, bool audioMute)
|
||||
int deviceIndex = m_channelAllocations[vorNavId].m_deviceIndex;
|
||||
int channelIndex = m_channelAllocations[vorNavId].m_channelIndex;
|
||||
|
||||
// Get channel settings containg inputFrequencyOffset, so we can patch them
|
||||
// Get channel settings containing inputFrequencyOffset, so we can patch them
|
||||
httpRC = m_webAPIAdapterInterface->devicesetChannelSettingsGet(
|
||||
deviceIndex,
|
||||
channelIndex,
|
||||
|
||||
Reference in New Issue
Block a user