spelling in comments

This commit is contained in:
Paul Licameli 2018-09-04 15:45:17 -04:00
parent 69bf7fd120
commit 544c3b9770
2 changed files with 2 additions and 2 deletions

View File

@ -3818,7 +3818,7 @@ void AudioIO::FillBuffers()
// region - then we should just fill the buffer.
//
// May produce a larger amount when initially priming the buffer, or
// perhaps again later in play to avoid unerfilling the queue and falling
// perhaps again later in play to avoid underfilling the queue and falling
// behind the real-time demand on the consumer side in the callback.
auto nReady = GetCommonlyReadyPlayback();
auto nNeeded =

View File

@ -709,7 +709,7 @@ private:
wxString mHelpPref;
wxString mSoloPref;
bool mbBusyImporting{ false }; // used to fix bug 584
int mBatchMode{ 0 };// 0 menas not, >0 means in batch mode.
int mBatchMode{ 0 };// 0 means not, >0 means in batch mode.
void SetNormalizedWindowState(wxRect pSizeAndLocation) { mNormalizedWindowState = pSizeAndLocation; }
wxRect GetNormalizedWindowState() const { return mNormalizedWindowState; }