mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-18 16:57:54 +01:00
spelling
This commit is contained in:
@@ -2024,7 +2024,7 @@ bool WaveTrack::Get(samplePtr buffer, sampleFormat format,
|
||||
}
|
||||
if (doClear)
|
||||
{
|
||||
// Usually we fill in empty sapce with zero
|
||||
// Usually we fill in empty space with zero
|
||||
if( fill == fillZero )
|
||||
ClearSamples(buffer, format, 0, len);
|
||||
// but we don't have to.
|
||||
|
||||
Reference in New Issue
Block a user