Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
Co-authored-by: Ross Bencina <[email protected]>
  • Loading branch information
dmitrykos and RossBencina authored Aug 9, 2024
1 parent 421263f commit fde0b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hostapi/wasapi/pa_win_wasapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -4839,7 +4839,7 @@ static PaError ReadStream( PaStream* s, void *_buffer, unsigned long frames )
if (isMonoStereoConverter)
{
// Expand buffer if necessary (normally shall not happen, buffer is preallocated by
// ActivateAudioClient(), this is to circumvent unexpeced buffer size provided by the driver)
// ActivateAudioClient(), this is to circumvent unexpected buffer size provided by the driver)
if ((hr = ReallocateMonoMixerBuffer(&stream->in, available)) != S_OK)
{
LogHostError(hr);
Expand Down

0 comments on commit fde0b26

Please sign in to comment.