mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 23:14:47 -04:00
Fix spelling in strings
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user